blob: 0abec31815a0190dade2e751d38b86c9db240aad [file] [log] [blame]
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