import ts from "typescript";

//#region src/typescript/index.d.ts
declare const plugin: ts.server.PluginModuleFactory;
export = plugin;