import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SeatTierType: { readonly Volume: "volume"; readonly Graduated: "graduated"; }; export type SeatTierType = OpenEnum; /** @internal */ export declare const SeatTierType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SeatTierType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=seattiertype.d.ts.map