export declare function map(object: InputObject, callback: (value: InputObject[Key], key: Key, current: Readonly<{ [key in Key]?: ResultValue; }>) => ResultValue): { [key in Key]: ResultValue; }; //# sourceMappingURL=map.d.ts.map