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