export declare type JsonSchema7DateType = { type: "string"; format: "date-time"; }; export declare function parseDateDef(): JsonSchema7DateType;