export declare const toIteratorAsync: <T>(iterable: AsyncIterable<T>) => AsyncIterator<T, any, undefined>;
