import { ValidationRule } from '../../../rules/types'; export type Value = string; export declare function notAfterDate(maxDate: string, fieldType: string): ValidationRule;