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