/**
 */
declare function isFunction(val: any): boolean;
export default isFunction;
