/** * Set active product discount action * Updates the discount on the currently active product (without adding to cart) */ import type { SetActiveProductDiscount } from "./types"; export declare const setActiveProductDiscount: SetActiveProductDiscount;