/** * Full-date according to RFC 3339. * * @see [Internet Date/Time Format - Date and Time on the Internet: Timestamps (RFC 3339)](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) * @see [Ajv Formats](https://ajv.js.org/packages/ajv-formats.html#formats) */ export declare const date: import("@sinclair/typebox").TString; /** * Date-time formatted according to RFC 3339 (time-zone is mandatory). * * @see [Internet Date/Time Format - Date and Time on the Internet: Timestamps (RFC 3339)](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) * @see [Ajv Formats](https://ajv.js.org/packages/ajv-formats.html#formats) */ export declare const date_time: import("@sinclair/typebox").TString; //# sourceMappingURL=rfc-3339.d.ts.map