/** * Orchestrator Module - Real-World Oncology Service */ export { RealWorldOncologyService, createRealWorldOncologyService, type RealWorldConfig, type RealWorldPatient, type ComprehensiveTreatmentPlan, type TreatmentOutcome } from './realWorldOncology.js';