/** Schedule listing and server-clock response schemas. */ import { z } from 'zod'; export declare const scheduleItem: z.ZodObject<{ name: z.ZodString; enabled: z.ZodOptional; schedule: z.ZodOptional>>; target: z.ZodOptional>>; args: z.ZodOptional>>>; kwargs: z.ZodOptional>>>; }, z.core.$loose>; export declare const scheduleList: z.ZodArray; schedule: z.ZodOptional>>; target: z.ZodOptional>>; args: z.ZodOptional>>>; kwargs: z.ZodOptional>>>; }, z.core.$loose>>; export type ScheduleItem = z.infer; export declare const serverDateTime: z.ZodObject<{ utc: z.ZodType>; local: z.ZodOptional>>; system: z.ZodOptional>>; }, z.core.$loose>; //# sourceMappingURL=schedules.d.ts.map