import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const ScheduledTaskInterval: { readonly FifteenMIN: "15MIN"; readonly ThirtyMIN: "30MIN"; readonly Custom: "custom"; readonly Hourly: "hourly"; readonly Daily: "daily"; }; export type ScheduledTaskInterval = OpenEnum; /** @internal */ export declare const ScheduledTaskInterval$inboundSchema: z.ZodMiniType; /** @internal */ export declare const ScheduledTaskInterval$outboundSchema: z.ZodMiniType; //# sourceMappingURL=scheduled-task-interval.d.ts.map