import type { ObjMap } from '../../types/object'; export declare function mapObject = Record>(obj: Obj, fn: (value: T, key: Extract) => O): ObjMap;