API signatures in index.d.ts and the one supported by latest CallKeep version are not in sync.
Ex: setCurrentCallActive takes call UUID as argument in latest version. But in index.d.ts, setCurrentCallActive is declared with no arguments. If typescript check is enabled on the javascript. then error is shown in IDE with prompt to invoke method without any arguments.
There is no updateDisplay API available in index.d.ts..