import * as z from "zod"; import { IncidentStatusV1, IncidentStatusV1$Outbound } from "./incidentstatusv1.js"; export type ShowResponseBody9 = { incidentStatus: IncidentStatusV1; }; /** @internal */ export declare const ShowResponseBody9$inboundSchema: z.ZodType; /** @internal */ export type ShowResponseBody9$Outbound = { incident_status: IncidentStatusV1$Outbound; }; /** @internal */ export declare const ShowResponseBody9$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 ShowResponseBody9$ { /** @deprecated use `ShowResponseBody9$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody9$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody9$Outbound` instead. */ type Outbound = ShowResponseBody9$Outbound; } //# sourceMappingURL=showresponsebody9.d.ts.map