export declare const isAsyncIterable: <T>(maybeAsyncIterable: unknown) => maybeAsyncIterable is AsyncIterable<T>;
