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