export declare enum EVoucherTargetTypes {
    CART = "CART",
    DELIVERY_FEE = "DELIVERY_FEE",
    ITEMS = "ITEMS",
    CATEGORY = "CATEGORY"
}
