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