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