/**
 * @fileoverview Barrel file for the pubmed_fetch_contents tool.
 * Exports the tool's registration function.
 * @module src/mcp-server/tools/pubmedFetchContents/index
 */
export { registerPubMedFetchContentsTool } from "./registration.js";
//# sourceMappingURL=index.d.ts.map