/**
 * Datetime in RFC 3339.
 * @example "2021-05-19T00:00:14.347+00:00"
 * Format: "date-time".
 */
export type RTAtimestamp = string;
//# sourceMappingURL=rt-atimestamp.d.ts.map