import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const ScheduleType: { readonly Immediate: "immediate"; readonly EndOfPeriod: "end_of_period"; }; export type ScheduleType = ClosedEnum; /** @internal */ export declare const ScheduleType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=schedule-type.d.ts.map