export declare const isAsyncIterableIterator: <T>(value: T | AsyncIterableIterator<T>) => value is AsyncIterableIterator<T>;
