/** Context of the reduction */
export declare enum ReductionContextEnum {
    'promotion' = "promotion",
    'voucher' = "voucher"
}
//# sourceMappingURL=ReductionContextEnum.d.ts.map