/**
 * @fileoverview Barrel file for the `clinicaltrials_analyze_trends` tool.
 * @module src/mcp-server/tools/analyzeTrends/index
 */
export { registerAnalyzeTrendsTool } from "./registration.js";
