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