import type { Segment } from 'muggle-string'; import type { Mapping } from './sourceMap'; export declare function buildMappings(chunks: Segment[]): Mapping[];