Is there a types file (d.ts or something) of threejs editor?

I use editor js files in typescript, they work well, but vscode need types files.

now I use a lot of “//@ts-ignore” to comfort vscode, I know this not best practice.

I check @types/three on npm, but not include editor d.ts files.

AFAIK, there are no type declaration files for the editor code.