export declare function deepMap(object: any, iterator: (value: any, key: string | number) => any, context?: any): any;