import * as z from "zod"; import { ScheduleRotationCreatePayloadV2, ScheduleRotationCreatePayloadV2$Outbound } from "./schedulerotationcreatepayloadv2.js"; export type ScheduleConfigCreatePayloadV2 = { rotations?: Array | undefined; }; /** @internal */ export declare const ScheduleConfigCreatePayloadV2$inboundSchema: z.ZodType; /** @internal */ export type ScheduleConfigCreatePayloadV2$Outbound = { rotations?: Array | undefined; }; /** @internal */ export declare const ScheduleConfigCreatePayloadV2$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 ScheduleConfigCreatePayloadV2$ { /** @deprecated use `ScheduleConfigCreatePayloadV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ScheduleConfigCreatePayloadV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ScheduleConfigCreatePayloadV2$Outbound` instead. */ type Outbound = ScheduleConfigCreatePayloadV2$Outbound; } //# sourceMappingURL=scheduleconfigcreatepayloadv2.d.ts.map