/** * Get active product action * Calls the getActiveProduct action on the parent window */ import type { GetActiveProduct } from "./types"; export declare const getActiveProduct: GetActiveProduct;