import type { Mapping } from '@volar/language-core'; import type { Segment } from 'muggle-string'; export declare function buildMappings(chunks: Segment[]): Mapping[];