/** * Set active product action * Calls the setActiveProduct action on the parent window */ import type { SetActiveProduct } from "./types"; export declare const setActiveProduct: SetActiveProduct;