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