import { z } from "zod"; export declare const RunDurableOptionsSchema: z.ZodObject<{ source_files: z.ZodRecord; input: z.ZodOptional; dependencies: z.ZodOptional>; zapier_durable_version: z.ZodOptional; connections: z.ZodOptional; }, z.core.$strip>>>; app_versions: z.ZodOptional; }, z.core.$strip>>>; private: z.ZodOptional; }, z.core.$strip>; export type RunDurableOptions = z.infer; export declare const RunDurableResponseSchema: z.ZodObject<{ id: z.ZodString; status: z.ZodLiteral<"initialized">; is_private: z.ZodBoolean; created_at: z.ZodString; }, z.core.$strip>; export type RunDurableResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map