export declare function getIterators<T>(items: AsyncIterable<T>[]): AsyncIterator<T>[];
