export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationCustomsDocumentsInner {
    'typeCode': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationCustomsDocumentsInnerTypeCodeEnum;
    '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 SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationCustomsDocumentsInnerTypeCodeEnum = "972" | "AHC" | "ALC" | "ATA" | "ATR" | "BEX" | "CHA" | "CHD" | "CHP" | "CIT" | "CIV" | "CI2" | "COO" | "CPA" | "CRL" | "CSD" | "DEX" | "DGD" | "DLI" | "DOV" | "ELP" | "EU1" | "EU2" | "EUS" | "EXL" | "FMA" | "HLC" | "HWB" | "INV" | "IPA" | "JLC" | "LIC" | "LNP" | "NID" | "PAS" | "PFI" | "PHY" | "PLI" | "POA" | "PPY" | "ROD" | "T2M" | "TAD" | "TCS" | "VET" | "VEX";
