import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const JobStatus: { readonly ValidatingFiles: "validating_files"; readonly Queued: "queued"; readonly Running: "running"; readonly Succeeded: "succeeded"; readonly Failed: "failed"; readonly Cancelled: "cancelled"; }; export type JobStatus = ClosedEnum; /** @internal */ export declare const JobStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const JobStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=jobstatus.d.ts.map