import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const ScheduleStatus: { readonly Pending: "pending"; readonly Executing: "executing"; readonly Executed: "executed"; readonly Cancelled: "cancelled"; readonly Failed: "failed"; }; export type ScheduleStatus = OpenEnum; /** @internal */ export declare const ScheduleStatus$inboundSchema: z.ZodMiniType; //# sourceMappingURL=schedule-status.d.ts.map