declare function IsCallable(argument: any): argument is (...args: any[]) => any; export = IsCallable;