/// export declare function isAsyncIterator(thing: any): thing is AsyncIterableIterator; export declare function isIterator(thing: any): thing is Iterator;