/** * Get current cart action * Calls the getCurrentCart action on the parent window */ import type { GetCurrentCart } from "./types"; export declare const getCurrentCart: GetCurrentCart;