import { Runner } from './Runner'; export declare function renameExactIfRequired(str: string, replaces: Record): { isRenamed: boolean; newValue: string; }; export declare const rename: Runner;