import { z } from "zod"; export declare const DeleteWorkflowOptionsSchema: z.ZodObject<{ workflow: z.ZodString; }, z.core.$strip>; export type DeleteWorkflowOptions = z.infer; //# sourceMappingURL=schemas.d.ts.map