import { SourceLocation } from "../types/source-location";
export declare function cloneLocation(loc: SourceLocation): SourceLocation;
