import { AnyIterable } from './types'; export declare function parallelMerge(...iterables: Array>): AsyncIterableIterator;