declare function isBoolean(bool: string | boolean): boolean; export { isBoolean };