I noticed that in commit 40bd7c8 , the `ts.generateTypesForModule` and `ts.generateTypesForGlobal` is added as Typescript API. According #26588, does this API provide a way to generate .d.ts file from JsDoc-typed JavaScript file? If so, how to use it?