export declare class EmptyIterator implements Iterator { next(): IteratorResult; }