import { TargetStr } from "./define"; export declare function replaceAndUpdate(arg: TargetStr, val: string, validateDuplicate: boolean): Thenable;