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