import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Service name| * * @remarks * |:---|:---| * | fastway_australia_parcel | Parcel| * | fastway_australia_satchel | Satchel| * | fastway_australia_box_small | Box Small| * | fastway_australia_box_medium | Box Medium| * | fastway_australia_box_large | Box Large| */ export declare const ServiceLevelAramexAustraliaEnum: { readonly FastwayAustraliaParcel: "fastway_australia_parcel"; readonly FastwayAustraliaSatchel: "fastway_australia_satchel"; readonly FastwayAustraliaBoxSmall: "fastway_australia_box_small"; readonly FastwayAustraliaBoxMedium: "fastway_australia_box_medium"; readonly FastwayAustraliaBoxLarge: "fastway_australia_box_large"; }; /** * |Token | Service name| * * @remarks * |:---|:---| * | fastway_australia_parcel | Parcel| * | fastway_australia_satchel | Satchel| * | fastway_australia_box_small | Box Small| * | fastway_australia_box_medium | Box Medium| * | fastway_australia_box_large | Box Large| */ export type ServiceLevelAramexAustraliaEnum = ClosedEnum; /** @internal */ export declare const ServiceLevelAramexAustraliaEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ServiceLevelAramexAustraliaEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=servicelevelaramexaustraliaenum.d.ts.map