import * as z from "zod"; export type SeveritiesV1NumberShowRequest = { /** * Unique identifier of the severity */ id: string; }; /** @internal */ export declare const SeveritiesV1NumberShowRequest$inboundSchema: z.ZodType; /** @internal */ export type SeveritiesV1NumberShowRequest$Outbound = { id: string; }; /** @internal */ export declare const SeveritiesV1NumberShowRequest$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 SeveritiesV1NumberShowRequest$ { /** @deprecated use `SeveritiesV1NumberShowRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SeveritiesV1NumberShowRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SeveritiesV1NumberShowRequest$Outbound` instead. */ type Outbound = SeveritiesV1NumberShowRequest$Outbound; } //# sourceMappingURL=severitiesv1numbershow.d.ts.map