import type { KeyMapper } from '../../types/object'; export declare function indexBy(arr: T[], keyFn: Extract | KeyMapper): Record;