/** Similar to lodash groupBy */ export declare const groupBy: (list: T[], getKey: (item: T) => K) => Record;