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