declare const _default: ({ range, to }: {
    range: string;
    to: string;
}) => string;
export default _default;
