declare function isFunction(fn: any): fn is Function; export { isFunction };