import * as z from "zod"; import { IncidentTimestampV2, IncidentTimestampV2$Outbound } from "./incidenttimestampv2.js"; export type ShowResponseBody10 = { incidentTimestamp: IncidentTimestampV2; }; /** @internal */ export declare const ShowResponseBody10$inboundSchema: z.ZodType; /** @internal */ export type ShowResponseBody10$Outbound = { incident_timestamp: IncidentTimestampV2$Outbound; }; /** @internal */ export declare const ShowResponseBody10$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 ShowResponseBody10$ { /** @deprecated use `ShowResponseBody10$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody10$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody10$Outbound` instead. */ type Outbound = ShowResponseBody10$Outbound; } //# sourceMappingURL=showresponsebody10.d.ts.map