export declare function iteratorToIterable<T>(iterator: Iterator<T>): Iterable<T>;
export declare function asyncIteratorToAsyncIterable<T>(iterator: AsyncIterator<T> | Iterator<T>): AsyncIterable<T>;
//# sourceMappingURL=iteratorToIterable.d.ts.map