import { SyncValidation } from '../../types.js'; import { CompileReturnType } from './helpers/field.js'; /** * Ensure the date is after the defined field. */ export declare const beforeField: SyncValidation;