import { RawSourceMap } from 'source-map';
export declare function merge(oldMap: RawSourceMap, newMap: RawSourceMap): RawSourceMap;
