declare function isBool(val: any): val is boolean; export default isBool;