import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * The status of the run. One of 'error', 'success'. */ export declare const AgentExecutionStatus: { readonly Error: "error"; readonly Success: "success"; }; /** * The status of the run. One of 'error', 'success'. */ export type AgentExecutionStatus = OpenEnum; /** @internal */ export declare const AgentExecutionStatus$inboundSchema: z.ZodType; //# sourceMappingURL=agentexecutionstatus.d.ts.map