export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerQuantity {
    'value': number;
    'unitOfMeasurement': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerQuantityUnitOfMeasurementEnum;
    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 SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerQuantityUnitOfMeasurementEnum = "BOX" | "2GM" | "2M" | "2M3" | "3M3" | "M3" | "DPR" | "DOZ" | "2NO" | "PCS" | "GM" | "GRS" | "KG" | "L" | "M" | "3GM" | "3L" | "X" | "NO" | "2KG" | "PRS" | "2L" | "3KG" | "CM2" | "2M2" | "3M2" | "M2" | "4M2" | "3M" | "CM" | "CONE" | "CT" | "EA" | "LBS" | "RILL" | "ROLL" | "SET" | "TU" | "YDS";
