export declare function asAsyncIterable<T>(value: AsyncIterable<T> | AsyncIterator<T>): AsyncIterable<T>;
