export declare enum PriceConditionQuantityType {
    TimePeriod,
    NumberOfUpdates,
    NumberOfLinkedProducts,
    NumberOfCopiesOfThisProduct
}
