/**
 * @fileoverview Registration for the fetch_pubmed_content MCP tool.
 * @module src/mcp-server/tools/fetchPubMedContent/registration
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Registers the fetch_pubmed_content tool with the MCP server.
 * @param server - The McpServer instance.
 */
export declare function registerFetchPubMedContentTool(server: McpServer): Promise<void>;
