/** Returns true if `arg` implements the "Iterator" interface, i.e. it has a `next` method. */
export declare function isIterator(arg: any): arg is Iterator<any>;
export default isIterator;
//# sourceMappingURL=isIterator.d.ts.map