/**
 */
declare function isBoolean(val: any): boolean;
export default isBoolean;
