import { Segment } from './types'; export declare function clone(segments: Segment[]): Segment[]; export declare function generateMap(segments: Segment[], readSource: (source?: string) => [number, string]): string;