I have a c addon(using napi)for nodejs,and i can run it correctly in js code.now i want to use it in typescript,i try to write a .d.ts file but always fail.how can i write a d.ts file correctly? The c addon is a helloworld code like this:I have a c addon(using napi)for nodejs,and i ca