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