/** * Genomic Platform Integration Module Exports */ export { FoundationMedicineClient, GuardantHealthClient, TempusClient, UnifiedGenomicsService, createGenomicClient, type GenomicTestOrder, type GenomicTestResult, type GenomicVariant, type CopyNumberAlteration, type GeneFusion, type GenomicBiomarker, type MSIResult, type TMBResult, type HRDResult, type LOHResult, type TherapyMatch, type ClinicalTrialMatch, type GenomicPlatformConfig } from './genomicPlatforms.js';