/**
 * SmartLead MCP Server - Smart Senders Tools
 *
 * MCP tools for smart senders API endpoints.
 * Provides tools for domain management, vendor integration, and mailbox automation.
 *
 * @author LeadMagic Team
 * @version 1.5.0
 */
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import type { SmartLeadClient } from '../client/index.js';
import type { MCPToolResponse } from '../types/config.js';
/**
 * Register smart senders tools with the MCP server
 */
export declare function registerSmartSendersTools(server: McpServer, client: SmartLeadClient, formatSuccessResponse: (message: string, data?: unknown, summary?: string) => MCPToolResponse, handleError: (error: unknown) => MCPToolResponse): void;
//# sourceMappingURL=smart-senders.d.ts.map