interface ArrayIterator extends Iterator { } declare const ArrayIterator: { prototype: ArrayIterator; }; export = ArrayIterator;