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