import { SupermodelIoLogisticsExpressAddress } from './SupermodelIoLogisticsExpressAddress'; import { SupermodelIoLogisticsExpressContact } from './SupermodelIoLogisticsExpressContact'; import { SupermodelIoLogisticsExpressRegistrationNumbers } from './SupermodelIoLogisticsExpressRegistrationNumbers'; export declare class SupermodelIoLogisticsExpressUploadInvoiceDataRequestCustomerDetailsBuyerDetails { 'postalAddress': SupermodelIoLogisticsExpressAddress; 'contactInformation': SupermodelIoLogisticsExpressContact; 'registrationNumbers'?: Array; 'typeCode'?: SupermodelIoLogisticsExpressUploadInvoiceDataRequestCustomerDetailsBuyerDetailsTypeCodeEnum; 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 SupermodelIoLogisticsExpressUploadInvoiceDataRequestCustomerDetailsBuyerDetailsTypeCodeEnum = "business" | "direct_consumer" | "government" | "other" | "private" | "reseller";