/**
 * @fileoverview Barrel export for the 'pubmed_generate_chart' tool.
 * This file re-exports the registration function for the tool,
 * making it easier to import and register with the MCP server.
 * @module src/mcp-server/tools/pubmedGenerateChart/index
 */
export * from "./registration.js";
//# sourceMappingURL=index.d.ts.map