/**
 * Product Search Tool
 *
 * Searches for products in the Spryker catalog using various filters
 * and search criteria.
 */
import type { SprykerTool } from './types.js';
/**
 * Product search tool definition
 */
export declare const productSearchTool: SprykerTool;
//# sourceMappingURL=product-search.d.ts.map