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