export declare function isFunction(value: unknown): value is Function;
