import { SupermodelIoLogisticsExpressAccount } from './SupermodelIoLogisticsExpressAccount'; import { SupermodelIoLogisticsExpressPackageRR } from './SupermodelIoLogisticsExpressPackageRR'; import { SupermodelIoLogisticsExpressValueAddedServicesRates } from './SupermodelIoLogisticsExpressValueAddedServicesRates'; export declare class SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInner { 'productCode': string; 'localProductCode'?: string; 'accounts'?: Array; 'valueAddedServices'?: Array; 'isCustomsDeclarable': boolean; 'declaredValue'?: number; 'declaredValueCurrency'?: string; 'unitOfMeasurement': SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInnerUnitOfMeasurementEnum; 'shipmentTrackingNumber'?: string; 'packages': Array; 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(); } export declare type SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInnerUnitOfMeasurementEnum = "metric" | "imperial";