export declare function toArray(i: AsyncIterable): Promise[]>; export declare function toArray(i: Iterable): T[]; export declare function toArray(i: Iterable | AsyncIterable): T[] | Promise[]>; export declare function toArraySync(iter: Iterable): T[]; export declare function toArrayAsync(iter: AsyncIterable): Promise[]>; //# sourceMappingURL=toArray.d.ts.map