import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const EvalPythonGraderExecution: { readonly PerSample: "per_sample"; readonly Aggregate: "aggregate"; }; export type EvalPythonGraderExecution = ClosedEnum; /** @internal */ export declare const EvalPythonGraderExecution$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EvalPythonGraderExecution$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=evalpythongraderexecution.d.ts.map