import { PrototypeStruct } from '..';
export declare type IsAsyncGeneratorFunctionFn = (x: any) => boolean;
export declare const isAsyncGeneratorFunction: PrototypeStruct;
declare global {
    interface Function {
        isAsyncGeneratorFunction: IsAsyncGeneratorFunctionFn;
    }
}
//# sourceMappingURL=is-async-generator-function.d.ts.map