export declare function groupBy(items: Item[], getKey: (item: Item) => string): Record;