import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; export declare const ReleaseRolloutState: { readonly Updated: "updated"; readonly Updating: "updating"; readonly Failed: "failed"; readonly Pending: "pending"; readonly PinnedOther: "pinned-other"; readonly Superseded: "superseded"; readonly OnOther: "on-other"; }; export type ReleaseRolloutState = ClosedEnum; /** @internal */ export declare const ReleaseRolloutState$inboundSchema: z.ZodEnum; /** @internal */ export declare const ReleaseRolloutState$outboundSchema: z.ZodEnum; //# sourceMappingURL=releaserolloutstate.d.ts.map