import type { Range } from '../range';
export declare function replacePart(part: Range, to: string): Range;
declare const _default: ({ range, to }: {
    range: string;
    to: string;
}) => string;
export default _default;
