/** * Add cart fee action * Calls the addCartFee action on the parent window */ import type { AddCartFee } from "./types"; export declare const addCartFee: AddCartFee;