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