import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const ProcessStatus: { readonly Starting: "starting"; readonly Running: "running"; readonly Draining: "draining"; readonly Stopping: "stopping"; readonly Stopped: "stopped"; readonly Failed: "failed"; }; export type ProcessStatus = OpenEnum; /** @internal */ export declare const ProcessStatus$inboundSchema: z.ZodType; /** @internal */ export declare const ProcessStatus$outboundSchema: z.ZodType; //# sourceMappingURL=processstatus.d.ts.map