/** * Add product discount action * Calls the addProductDiscount action on the parent window */ import type { AddProductDiscount } from "./types"; export declare const addProductDiscount: AddProductDiscount;