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