/** * Consolidates and registers all tools with the MCP server. * * Combines tools for components, documentation, and other features. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerTools(server: McpServer): Promise;