declare const isFunction: (value: any) => value is Function; export default isFunction;