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

export { isBoolean };
