/**
 * @fileoverview Barrel file for the ClinicalTrials.gov service module.
 * This file exports the main service class and all related types, making them
 * easily accessible from other parts of the application.
 * @module src/services/clinical-trials-gov/index
 */
export * from "./ClinicalTrialsGovService.js";
export * from "./types.js";
