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