import { SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo } from './SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo'; import { SupermodelIoLogisticsExpressCreateShipmentResponseDocumentsInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseDocumentsInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate } from './SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate'; import { SupermodelIoLogisticsExpressCreateShipmentResponsePackagesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponsePackagesInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentChargesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentChargesInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner'; export declare class SupermodelIoLogisticsExpressCreateShipmentResponse { 'url'?: string; 'shipmentTrackingNumber'?: string; 'cancelPickupUrl'?: string; 'trackingUrl'?: string; 'dispatchConfirmationNumber'?: string; 'packages'?: Array; 'documents'?: Array; 'onDemandDeliveryURL'?: string; 'shipmentDetails'?: Array; 'shipmentCharges'?: Array; 'barcodeInfo'?: SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo; 'estimatedDeliveryDate'?: SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate; 'warnings'?: 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(); }