export declare const ADD_TO_CART = "ADD_TO_CART";
export declare const REMOVE_FROM_CART = "REMOVE_FROM_CART";
export declare const INCREASE_QUANTITY = "INCREASE_QUANTITY";
export declare const DECREASE_QUANTITY = "DECREASE_QUANTITY";
