/**
 * @fileoverview Registers the 'generate_pubmed_chart' tool with the MCP server.
 * This tool now accepts parameterized input for generating charts.
 * @module src/mcp-server/tools/generatePubMedChart/registration
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function registerGeneratePubMedChartTool(server: McpServer): Promise<void>;
