export declare function fromAsync<T>(iter: AsyncIterable<T>): Promise<T[]>;
//# sourceMappingURL=iterator.d.ts.map