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