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