import * as z from "zod/v4-mini"; import { OpenEnum } from "../types/enums.js"; export declare enum Schemadefaul5 { Pending = "pending", Starting = "starting", Running = "running", Paused = "paused", Stopping = "stopping", Stopped = "stopped", Failed = "failed" } export type Schemadefaul5Open = OpenEnum; /** @internal */ export declare const Schemadefaul5$inboundSchema: z.ZodMiniType; //# sourceMappingURL=schemadefaul5.d.ts.map