export default function toMap(iterable: Iterable<[K, V]>): Map;