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