import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Service name| * * @remarks * |:---|:---| * | veho_ground_plus | Veho Ground Plus | * | veho_premium_economy | Veho Premium Economy */ export declare const ServiceLevelVehoEnum: { readonly VehoGroundPlus: "veho_ground_plus"; readonly VehoPremiumEconomy: "veho_premium_economy"; }; /** * |Token | Service name| * * @remarks * |:---|:---| * | veho_ground_plus | Veho Ground Plus | * | veho_premium_economy | Veho Premium Economy */ export type ServiceLevelVehoEnum = ClosedEnum; /** @internal */ export declare const ServiceLevelVehoEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ServiceLevelVehoEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=servicelevelvehoenum.d.ts.map