export declare class SupermodelIoLogisticsExpressExportDeclarationInvoiceCustomerReferencesInner { 'typeCode': SupermodelIoLogisticsExpressExportDeclarationInvoiceCustomerReferencesInnerTypeCodeEnum; 'value': string; 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 SupermodelIoLogisticsExpressExportDeclarationInvoiceCustomerReferencesInnerTypeCodeEnum = "ACL" | "CID" | "CN" | "CU" | "ITN" | "MRN" | "OID" | "PON" | "RMA" | "UCN" | "AAM" | "ABT" | "ADA" | "AES" | "AFD" | "ANT" | "BKN" | "BOL" | "CDN" | "COD" | "DSC" | "FF" | "FN" | "FTR" | "HWB" | "IBC" | "IPP" | "LLR" | "MAB" | "MWB" | "OBC" | "PD" | "PRN" | "RTL" | "SID" | "SS" | "SWN";