import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Service name| * * @remarks * |:---|:---| * | poste_italiane_delivery_business_express | Poste Delivery Business Express| */ export declare const ServiceLevelPostItalianeEnum: { readonly PosteItalianeDeliveryBusinessExpress: "poste_italiane_delivery_business_express"; }; /** * |Token | Service name| * * @remarks * |:---|:---| * | poste_italiane_delivery_business_express | Poste Delivery Business Express| */ export type ServiceLevelPostItalianeEnum = ClosedEnum; /** @internal */ export declare const ServiceLevelPostItalianeEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ServiceLevelPostItalianeEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=servicelevelpostitalianeenum.d.ts.map