declare function isFunction(val: any): val is Function;

export { isFunction };
