import { Range, Segment } from './types'; export declare function overwriteSource>(s: T[], sourceLoc: number | Range, ...newSegments: T[]): T[]; export declare function overwriteSource>(s: T[], source: string, sourceLoc: number | Range, ...newSegments: T[]): T[];