/**
 * Catalog tools for Amazon Selling Partner API
 */
import { ToolRegistrationManager } from '../server/tools.js';
import { AuthConfig } from '../types/auth.js';
/**
 * Register catalog tools with the tool manager
 *
 * @param toolManager Tool registration manager
 * @param authConfig Authentication configuration
 */
export declare function registerCatalogTools(toolManager: ToolRegistrationManager, authConfig: AuthConfig): void;
