/** * Update cart item quantity action * Calls the updateCartItemQuantity action on the parent window */ import type { UpdateCartItemQuantity } from "./types"; export declare const updateCartItemQuantity: UpdateCartItemQuantity;