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