/**
 * Icon Tools
 *
 * MCP tools for generating custom SVG icons for dashboard widgets
 */
import type { ServerContext } from '../../types/index.js';
/**
 * Register icon tools with the MCP server
 * @param server - MCP server instance
 * @param context - Shared context
 * @returns Number of tools registered
 */
export declare function registerTools(server: any, context: ServerContext): number;
//# sourceMappingURL=icon.d.ts.map