import { z } from "zod"; export declare const WorkflowVersionSchema: 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 WorkflowVersion = z.infer; export declare const GetWorkflowOptionsSchema: z.ZodObject<{ workflow: z.ZodString; }, z.core.$strip>; export type GetWorkflowOptions = z.infer; export declare const GetWorkflowResponseSchema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; description: z.ZodNullable; trigger_url: z.ZodString; enabled: z.ZodBoolean; current_version: z.ZodOptional; zapier_durable_version: z.ZodString; dependencies: z.ZodNullable>; created_by_user_id: z.ZodString; created_at: z.ZodString; }, z.core.$strip>>; created_at: z.ZodString; updated_at: z.ZodString; }, z.core.$strip>; export type GetWorkflowResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map