/** * Add cart discount action * Calls the addCartDiscount action on the parent window */ import type { AddCartDiscount } from "./types"; export declare const addCartDiscount: AddCartDiscount;