export declare const combine: (...iterables: AsyncIterable[]) => { [Symbol.asyncIterator](): { next(): Promise>; }; };