/**
 * @fileoverview Registration for the pubmed_fetch_contents MCP tool.
 * @module src/mcp-server/tools/pubmedFetchContents/registration
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Registers the pubmed_fetch_contents tool with the MCP server.
 * @param server - The McpServer instance.
 */
export declare function registerPubMedFetchContentsTool(server: McpServer): Promise<void>;
//# sourceMappingURL=registration.d.ts.map