export declare enum PriceTypeQualifier {
    UnqualifiedPrice,
    MemberSubscriberPrice,
    ExportPrice,
    ReducedPriceApplicableWhenTheItemIsPurchasedAsPartOfASet,
    VoucherPrice,
    ConsumerPrice,
    CorporateLibraryEducationPrice,
    ReservationOrderPrice,
    PromotionalOfferPrice,
    LinkedPrice,
    LibraryPrice,
    EducationPrice,
    CorporatePrice,
    SubscriptionServicePrice,
    SchoolLibraryPrice,
    AcademicLibraryPrice,
    PublicLibraryPrice,
    IntroductoryPrice,
    ConsortialPrice
}
