import { Range } from "../types/range";
export declare function cloneRange(range: Range): Range;
