export declare function zipAsync(it0: AsyncIterable, it1: AsyncIterable): AsyncIterable<[A, B]>;
export declare function zipAsync(it0: AsyncIterable, it1: AsyncIterable, it2: AsyncIterable): AsyncIterable<[A, B, C]>;
export declare function zipAsync(it0: AsyncIterable, it1: AsyncIterable, it2: AsyncIterable, it3: AsyncIterable): AsyncIterable<[A, B, C, D]>;