import { SegmentPopulationServiceInterfacePort } from '../ports/SegmentPopulationServiceInterfacePort'; export interface SegmentPopulationService { readonly SegmentPopulationServiceInterfacePort: SegmentPopulationServiceInterfacePort; }