import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Service name| * * @remarks * |:---|:---| * | ontrac_ground | Ground| * | ontrac_sunrise_gold | Sunrise Gold| * | ontrac_sunrise | Sunrise| */ export declare const ServiceLevelOnTracEnum: { readonly OntracGround: "ontrac_ground"; readonly OntracSunriseGold: "ontrac_sunrise_gold"; readonly OntracSunrise: "ontrac_sunrise"; }; /** * |Token | Service name| * * @remarks * |:---|:---| * | ontrac_ground | Ground| * | ontrac_sunrise_gold | Sunrise Gold| * | ontrac_sunrise | Sunrise| */ export type ServiceLevelOnTracEnum = ClosedEnum; /** @internal */ export declare const ServiceLevelOnTracEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ServiceLevelOnTracEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=servicelevelontracenum.d.ts.map