export declare type Input = AsyncIterable | Iterable; export declare function asAsync(iterable: Input): AsyncIterable;