import { Function } from "../data"; export declare function isFunction(value: unknown): value is Function;