export declare function mapObject(obj: any, fn: (value: any) => any): any;
