/** * Clinical Trials Integration Module Exports */ export { ClinicalTrialsGovClient, type ClinicalTrial, type TrialStatus, type TrialPhase, type TrialIntervention, type TrialEligibility, type TrialLocation, type TrialSponsor, type TrialContact, type TrialArm, type TrialOutcome, type BiomarkerRequirement, type TrialSearchParams, type TrialSearchResult, type PatientProfile, type TrialMatch } from './clinicalTrialsGov.js';