import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SeatStatus: { readonly Pending: "pending"; readonly Claimed: "claimed"; readonly Revoked: "revoked"; }; export type SeatStatus = OpenEnum; /** @internal */ export declare const SeatStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SeatStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=seatstatus.d.ts.map