import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner'; export declare class SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner { 'serviceHandlingFeatureCodes'?: Array; 'volumetricWeight'?: number; 'billingCode'?: string; 'serviceContentCode'?: string; 'customerDetails'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails; 'originServiceArea'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea; 'destinationServiceArea'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea; 'dhlRoutingCode'?: string; 'dhlRoutingDataId'?: string; 'deliveryDateCode'?: string; 'deliveryTimeCode'?: string; 'productShortName'?: string; 'valueAddedServices'?: Array; 'pickupDetails'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }