/** * Remove cart discount action * Calls the removeCartDiscount action on the parent window */ import type { RemoveCartDiscount } from "./types"; export declare const removeCartDiscount: RemoveCartDiscount;