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