/** * Add product fee action * Calls the addProductFee action on the parent window */ import type { AddProductFee } from "./types"; export declare const addProductFee: AddProductFee;