import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const EvalSampleStatus: { readonly Queued: "queued"; readonly Generating: "generating"; readonly ReadyToScore: "ready_to_score"; readonly Scoring: "scoring"; readonly Running: "running"; readonly Completed: "completed"; readonly Failed: "failed"; }; export type EvalSampleStatus = ClosedEnum; /** @internal */ export declare const EvalSampleStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EvalSampleStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=evalsamplestatus.d.ts.map