| import * as ts from "typescript"; | |
| import * as tsServer from "typescript/lib/tsserverlibrary.js"; | |
| /** | |
| * Export a function for the ts-service to initialize our plugin. | |
| * @param typescript | |
| */ | |
| export declare function init({ typescript }: { | |
| typescript: typeof ts; | |
| }): tsServer.server.PluginModule; | |
| //# sourceMappingURL=index.d.ts.map |