import typescript from 'typescript/lib/tsserverlibrary'; /** * [Typescript plugin factory](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin) * @example * ```json * { * "plugins": [{ "name": "evmts-ts-plugin"}] * } * @see https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin#decorator-creation */ export declare const tsPlugin: typescript.server.PluginModuleFactory;