import type * as TS from 'typescript/lib/tsserverlibrary'; import type { PluginConfig } from './managers/ConfigManager'; export { TS }; export interface Modules { typescript: typeof TS; } export declare type PatchedFunction = T & { __VUE__: boolean; }; export declare type PluginCreateInfo = Omit & { config: PluginConfig; }; //# sourceMappingURL=interfaces.d.ts.map