declare type MapReplace = { [Key: string]: any; }; export declare function replacePropDeep>(object: T, mapReplace: MapReplace): T; export {};