export type ObjectMapFunction = (key: keyof O, value: any, object: object) => any; export declare function objectMap(object: O, func: ObjectMapFunction): Record; //# sourceMappingURL=objectMap.d.ts.map