export declare const replaceAllInstancesOfValueInObjectStructure: (cache: WeakMap, replace: any, replaceWith: any, data: any) => any;