export declare class MultiIterable implements Iterable { iterables: Iterable[]; constructor(iterables: Iterable[]); [Symbol.iterator](): Iterator; }