import type * as embedded from '@volar/language-core'; import { VueCompilerOptions } from './types'; import type * as ts from 'typescript/lib/tsserverlibrary'; export declare function createLanguageModules(ts: typeof import('typescript/lib/tsserverlibrary'), compilerOptions: ts.CompilerOptions, vueCompilerOptions: VueCompilerOptions): embedded.LanguageModule[];