export declare function mapObject, R>(object: T, fn: (value: T[keyof T], key: keyof T) => R): Record;