export declare class SupermodelIoLogisticsExpressRegistrationNumbers { 'typeCode': SupermodelIoLogisticsExpressRegistrationNumbersTypeCodeEnum; 'number': string; 'issuerCountryCode': 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 SupermodelIoLogisticsExpressRegistrationNumbersTypeCodeEnum = "VAT" | "EIN" | "GST" | "SSN" | "EOR" | "DUN" | "FED" | "STA" | "CNP" | "IE" | "INN" | "KPP" | "OGR" | "OKP" | "MRN" | "SDT" | "FTZ" | "DAN" | "TAN" | "DTF" | "RGP" | "DLI" | "NID" | "PAS" | "MID";