export declare function isAsyncIterable<T>(thing: any): thing is AsyncIterable<T>;
//# sourceMappingURL=utils.d.ts.map