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