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