import type { PrototypeStruct } from '../index.js'; interface Iter { iter(): IterableIterator; } export declare const iter: PrototypeStruct; declare global { interface Array extends Iter { } } export {}; //# sourceMappingURL=iter.d.ts.map