import { ValidationArguments, ValidatorConstraintInterface } from "class-validator"; export declare class IsNotPastDate implements ValidatorConstraintInterface { validate(value: string, args: ValidationArguments): boolean; defaultMessage(_: ValidationArguments): string; } //# sourceMappingURL=is-not-past-date.d.ts.map