import { z } from "zod"; export declare const EnableWorkflowOptionsSchema: z.ZodObject<{ workflow: z.ZodString; }, z.core.$strip>; export type EnableWorkflowOptions = z.infer; export declare const EnableWorkflowResponseSchema: z.ZodObject<{ id: z.ZodString; enabled: z.ZodBoolean; }, z.core.$strip>; export type EnableWorkflowResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map