import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
 * Register all tools with the MCP server
 * @param server MCP server instance
 */
export declare function registerTools(server: McpServer): Promise<void>;
