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