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