import { z } from "zod"; export declare const GetTriggerRunOptionsSchema: z.ZodObject<{ trigger: z.ZodString; }, z.core.$strip>; export type GetTriggerRunOptions = z.infer; export declare const GetTriggerRunResponseSchema: z.ZodObject<{ id: z.ZodString; 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 GetTriggerRunResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map