import type { VirtualCode } from '@volar/language-core';
import type { Sfc, VueLanguagePluginReturn } from '../types';
export declare function computedEmbeddedCodes(plugins: VueLanguagePluginReturn[], fileName: string, sfc: Sfc): () => VirtualCode[];
export declare function resolveCommonLanguageId(lang: string): string;
