import { AnyType } from '../types'; export declare const isString: (val: AnyType) => boolean; export declare const isFunction: (val: AnyType) => boolean; export declare const isNil: (val: AnyType) => boolean;