export declare const isAsyncIterable: <T = any>(x: any) => x is AsyncIterable<T>;
//# sourceMappingURL=is-async-iterable.d.ts.map