export declare function mapObject, R>(obj: T, fn: (value: T[K], key: K) => R): { [K in keyof T]: R; }; //# sourceMappingURL=mapObject.d.ts.map