import { Schema } from '../core/schema'; import { ValidationContext } from '../rules/BaseRule'; import { DateFormat } from '../types/DateFormat'; import { NullableType } from '../types/types'; declare function isDate(input: any): boolean; export type MinDateMethod