import * as z from "zod/v3";
import { ClosedEnum } from "../../types/enums.js";
export declare const ProcessStatus: {
    readonly SelfManaged: "self_managed";
    readonly MissingContent: "missing_content";
    readonly Noop: "noop";
    readonly Done: "done";
    readonly Todo: "todo";
    readonly InProgress: "in_progress";
    readonly Error: "error";
    readonly WaitingForCapacity: "waiting_for_capacity";
};
export type ProcessStatus = ClosedEnum<typeof ProcessStatus>;
/** @internal */
export declare const ProcessStatus$inboundSchema: z.ZodNativeEnum<typeof ProcessStatus>;
//# sourceMappingURL=processstatus.d.ts.map