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