import { Validator } from '../../../types/Validator'; declare const errorCode = "INVALID_DATE"; declare const date: Validator; export { date, errorCode };