import { z } from "zod"; export declare const PublishWorkflowVersionOptionsSchema: z.ZodObject<{ workflow: z.ZodString; source_files: z.ZodRecord; dependencies: z.ZodOptional>; zapier_durable_version: z.ZodOptional; enabled: z.ZodOptional; }, z.core.$strip>; export type PublishWorkflowVersionOptions = z.infer; export declare const PublishWorkflowVersionResponseSchema: z.ZodObject<{ id: z.ZodString; workflow_id: z.ZodString; source_files: z.ZodRecord; zapier_durable_version: z.ZodString; dependencies: z.ZodNullable>; created_by_user_id: z.ZodString; created_at: z.ZodString; }, z.core.$strip>; export type PublishWorkflowVersionResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map