import { Result } from '../types'; /** * Checks if the argument is a real boolean. * @param value The value being checked. */ export declare function isBoolean(value: any): Result;