/** * Reads an entire iterable and converts it into a promise. * @param asyncIterable the async iterable to wait for. */ export declare function toArray(asyncIterable: AsyncIterable | Iterable | Iterable>): Promise; //# sourceMappingURL=asyncIterable.d.ts.map