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