import type { ObjMap, ObjMapPart } from '../../types/object'; export declare function arrayToObject(arr: T[], fn: (value: T) => ObjMapPart): ObjMap;