import { z } from "zod"; export declare const workflowOptionsSchema: z.ZodObject<{ timeout: z.ZodOptional; isoDate: z.ZodString; }, "strip", z.ZodTypeAny, { type: "Time"; isoDate: string; }, { type: "Time"; isoDate: string; }>, z.ZodObject<{ type: z.ZodLiteral<"Duration">; dur: z.ZodNumber; unit: z.ZodEnum<["second", "seconds", "minute", "minutes", "hour", "hours", "day", "days", "year", "years"]>; }, "strip", z.ZodTypeAny, { type: "Duration"; dur: number; unit: "second" | "seconds" | "minute" | "minutes" | "hour" | "hours" | "day" | "days" | "year" | "years"; }, { type: "Duration"; dur: number; unit: "second" | "seconds" | "minute" | "minutes" | "hour" | "hours" | "day" | "days" | "year" | "years"; }>]>>; }, "strip", z.ZodTypeAny, { timeout?: { type: "Duration"; dur: number; unit: "second" | "seconds" | "minute" | "minutes" | "hour" | "hours" | "day" | "days" | "year" | "years"; } | { type: "Time"; isoDate: string; } | undefined; }, { timeout?: { type: "Duration"; dur: number; unit: "second" | "seconds" | "minute" | "minutes" | "hour" | "hours" | "day" | "days" | "year" | "years"; } | { type: "Time"; isoDate: string; } | undefined; }>; //# sourceMappingURL=workflow.d.ts.map