import { z } from "zod"; export declare const WorkflowRunStatusSchema: z.ZodUnion, z.ZodString]>; export type WorkflowRunStatus = z.infer; export declare const WorkflowRunListItemSchema: 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 WorkflowRunListItem = z.infer; export declare const ListWorkflowRunsOptionsSchema: z.ZodObject<{ workflow: z.ZodString; pageSize: z.ZodOptional; cursor: z.ZodOptional; maxItems: z.ZodOptional; }, z.core.$strip>; export type ListWorkflowRunsOptions = z.infer; export declare const ListWorkflowRunsApiResponseSchema: z.ZodObject<{ results: z.ZodArray; 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>>; meta: z.ZodObject<{ limit: z.ZodNumber; cursor: z.ZodOptional>; next_cursor: z.ZodOptional>; }, z.core.$strip>; links: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export type ListWorkflowRunsApiResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map