import { Selector } from '../../Types'; export default function groupBy(iterable: Iterable, keySelector: Selector): Map;