export declare const isFunction: (fn: unknown) => fn is (...args: never) => unknown;
//# sourceMappingURL=checkType.d.ts.map