export default function groupBy2(list: T[], iteratee: (t: T) => K): Map;