declare type AsyncOrSyncIterable = import("../lib/AsyncOrSyncIterable.js").AsyncOrSyncIterable; export default function toMap(iterable: AsyncOrSyncIterable<[K, V]>): Promise>; export {};