export declare function mapObjectValues(object: Record, mapper: (value: T, key: K) => U): Record;