export declare enum RedemptionChannelEnum {
    REDEMPTION_CHANNEL_UNSPECIFIED = "REDEMPTION_CHANNEL_UNSPECIFIED",
    INSTORE = "INSTORE",
    /**
     * This item is deprecated!
     * @deprecated
     */
    instore = "instore",
    ONLINE = "ONLINE",
    /**
     * This item is deprecated!
     * @deprecated
     */
    online = "online",
    BOTH = "BOTH",
    /**
     * This item is deprecated!
     * @deprecated
     */
    both = "both",
    TEMPORARY_PRICE_REDUCTION = "TEMPORARY_PRICE_REDUCTION",
    /**
     * This item is deprecated!
     * @deprecated
     */
    temporaryPriceReduction = "temporaryPriceReduction"
}
