export declare const isFunction: <T extends Function>(x: any) => x is T;
//# sourceMappingURL=is-function.d.ts.map