import { TReferenceProps } from '../../..'; import { IDateProps, TDateValidatorResult } from '../_types'; export interface IIsRequiredProps { } /** * Check if the `Date` is defined. */ export declare const isRequired: (props?: TReferenceProps & IDateProps) => TDateValidatorResult;