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

export = isBool;
