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