import type { GetCart, SetCart, ShoppingCartManagerClient } from './types';
export declare function createShoppingCartManagerClient({ getCart, setCart, }: {
    getCart: GetCart;
    setCart: SetCart;
}): ShoppingCartManagerClient;
//# sourceMappingURL=shopping-cart-manager.d.ts.map