export declare function groupBy(iterable: Iterable, fn: (element: T, index: number) => U): Map;