import type { AnyFunction } from "../../types"; export declare type IsFunction = (value: AnyFunction | T | undefined) => boolean;