import { SyncValidation } from '../../types.js'; /** * Ensure the value is a valid date instance */ export declare const date: SyncValidation<{ format?: string; }>;