import { ReportServiceInterfacePort } from '../ports/ReportServiceInterfacePort'; export interface ReportService { readonly ReportServiceInterfacePort: ReportServiceInterfacePort; }