/** * Remove customer from cart action * Calls the removeCustomerFromCart action on the parent window */ import type { RemoveCustomerFromCart } from "./types"; export declare const removeCustomerFromCart: RemoveCustomerFromCart;