import { TReferenceProps } from '../../..'; import { IBooleanProps, TBooleanValidatorResult } from '../_types'; export interface IIsNullableProps { } /** * Allow a `boolean` to be `null`. */ export declare const isNullable: (props?: TReferenceProps & Omit) => TBooleanValidatorResult;