export { Provide } from './lib/plugins/semantic'; import { create as createSemanticServicePlugin } from './lib/plugins/semantic'; import { create as createSyntacticServicePlugin } from './lib/plugins/syntactic'; export declare function create(ts: typeof import('typescript'), options?: Parameters[1] & Parameters[1]): import("@volar/language-service").LanguageServicePlugin[]; //# sourceMappingURL=index.d.ts.map