/**
 * @public
 */
export declare function toArray<T>(it: AsyncIterableIterator<T>): Promise<T[]>;
//# sourceMappingURL=toArray.d.ts.map