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