export declare enum PriceConditionQuantityType {
    _01 = "01",
    _02 = "02",
    _03 = "03",
    _04 = "04",
    _05 = "05",
    _06 = "06"
}
