export declare function groupBy(array: Record<any, any>[], attribute: string | number): Map<any, any>;
//# sourceMappingURL=group-by.d.ts.map