export declare const groupBy: (list: V[], keyGetter: (input: V) => K) => Map;