export * from './lib/editorFeatures'; export * from './lib/fileRegistry'; export * from './lib/linkedCodeMap'; export * from './lib/types'; export * from './lib/utils'; export * from '@volar/source-map'; export declare function resolveCommonLanguageId(fileNameOrUri: string): string;