/**
 * Add to Cart Tool
 *
 * Adds products to a customer's shopping cart
 */
import type { SprykerTool } from './types.js';
/**
 * Add to cart tool definition
 */
export declare const addToCartTool: SprykerTool;
//# sourceMappingURL=add-to-cart.d.ts.map