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