import { z } from "zod"; export declare const GetWorkflowRunOptionsSchema: z.ZodObject<{ workflow: z.ZodOptional; run: z.ZodString; }, z.core.$strip>; export type GetWorkflowRunOptions = z.infer; export declare const GetWorkflowRunResponseSchema: z.ZodObject<{ id: z.ZodString; trigger_id: z.ZodNullable; durable_run_id: z.ZodNullable; workflow_version_id: z.ZodNullable; status: z.ZodUnion, z.ZodString]>; input: z.ZodUnknown; output: z.ZodNullable; error: z.ZodNullable; created_at: z.ZodString; updated_at: z.ZodString; }, z.core.$strip>; export type GetWorkflowRunResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map