import { PrototypeStruct } from '..';
export declare type IsAsyncIteratorFn = (x: any) => boolean;
export declare const isAsyncIterator: PrototypeStruct;
declare global {
    namespace NodeJS {
        interface Global {
            isAsyncIterator: IsAsyncIteratorFn;
        }
    }
}
//# sourceMappingURL=is-async-iterator.d.ts.map