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