/**
 * SmartLead MCP Server - Analytics Tools
 *
 * MCP tools for analytics and reporting operations.
 *
 * @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 all analytics tools
 */
export declare function registerAnalyticsTools(server: McpServer, client: SmartLeadClient, formatSuccessResponse: (message: string, data: any, summary?: string) => MCPToolResponse, handleError: (error: any) => MCPToolResponse): void;
//# sourceMappingURL=analytics.d.ts.map