import { z } from "zod"; export declare const GetWorkflowVersionOptionsSchema: z.ZodObject<{ workflow: z.ZodString; version: z.ZodString; }, z.core.$strip>; export type GetWorkflowVersionOptions = z.infer; export declare const GetWorkflowVersionResponseSchema: 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 GetWorkflowVersionResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map