export declare enum PriceExtensionPriceQualifier { UNKNOWN = "UNKNOWN", FROM = "FROM", UP_TO = "UP_TO", AVERAGE = "AVERAGE", NONE = "NONE" }