import * as z from "zod"; export type IncidentTimestampValueV2 = { /** * The current value of this timestamp, for this incident */ value?: Date | undefined; }; /** @internal */ export declare const IncidentTimestampValueV2$inboundSchema: z.ZodType; /** @internal */ export type IncidentTimestampValueV2$Outbound = { value?: string | undefined; }; /** @internal */ export declare const IncidentTimestampValueV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace IncidentTimestampValueV2$ { /** @deprecated use `IncidentTimestampValueV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IncidentTimestampValueV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IncidentTimestampValueV2$Outbound` instead. */ type Outbound = IncidentTimestampValueV2$Outbound; } //# sourceMappingURL=incidenttimestampvaluev2.d.ts.map