import * as z from "zod"; import { ScheduleRotationV2, ScheduleRotationV2$Outbound } from "./schedulerotationv2.js"; export type ScheduleConfigV2 = { /** * Rotas in this schedule */ rotations: Array; }; /** @internal */ export declare const ScheduleConfigV2$inboundSchema: z.ZodType; /** @internal */ export type ScheduleConfigV2$Outbound = { rotations: Array; }; /** @internal */ export declare const ScheduleConfigV2$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 ScheduleConfigV2$ { /** @deprecated use `ScheduleConfigV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ScheduleConfigV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ScheduleConfigV2$Outbound` instead. */ type Outbound = ScheduleConfigV2$Outbound; } //# sourceMappingURL=scheduleconfigv2.d.ts.map