import { DateSchema } from 'yup'; export declare function handleDateSchema(schema: DateSchema, node?: string): Date;