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