import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Service name| * * @remarks * |:---|:---| * | airterra_ground | GroundXC| * | airterra_postal | FastPost| */ export declare const ServiceLevelAirterraEnum: { readonly AirterraGround: "airterra_ground"; readonly AirterraPostal: "airterra_postal"; }; /** * |Token | Service name| * * @remarks * |:---|:---| * | airterra_ground | GroundXC| * | airterra_postal | FastPost| */ export type ServiceLevelAirterraEnum = ClosedEnum; /** @internal */ export declare const ServiceLevelAirterraEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ServiceLevelAirterraEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=servicelevelairterraenum.d.ts.map