export declare function isIterator(candidate: any): candidate is Iterator; export declare function isIterable(candidate: any): candidate is Iterable; export declare function toIterator(collection: Iterator | Iterable): Iterator; //# sourceMappingURL=utils.d.ts.map