export declare class SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerCustomerReferencesInner {
    'typeCode': SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerCustomerReferencesInnerTypeCodeEnum;
    '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 SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerCustomerReferencesInnerTypeCodeEnum = "AFE" | "BRD" | "DGC" | "AAJ" | "INB" | "MAK" | "ALX" | "PAN" | "PON" | "ABW" | "SE" | "SON" | "OID" | "DTC" | "DTM" | "DTQ" | "DTR" | "ITR" | "MID" | "OED" | "OET" | "OOR" | "SME" | "USM" | "AAM" | "CFR" | "DOM" | "FOR" | "USG" | "MAT" | "NLR";
