import type { ServicePlugin } from '@volar/language-server'; export declare const create: (ts: typeof import('typescript')) => ServicePlugin;