declare enum ProductMeteredTierPricing {
    CHEAPEST_TIER_PRICING = "CHEAPEST_TIER_PRICING",
    INCREMENTAL_DISCOUNT_PRICING = "INCREMENTAL_DISCOUNT_PRICING"
}
export { ProductMeteredTierPricing };
