export declare function mapValuesDeep(obj: Record, fn: (key: string, value: any) => any): Record;