import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails'; export declare class SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails { 'shipperDetails': SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails; 'receiverDetails': SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails; 'buyerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails; 'importerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails; 'exporterDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails; 'sellerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails; 'payerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails; 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(); }