export declare const concatAsync: <T>(iterables: Iterable<AsyncIterable<T>>) => AsyncIterable<T>;
