export declare function isError(err: any): err is Error; export declare function isFunction(func: any): func is Function;