import { ReportServiceBase } from '../../../services/state-machines/report-service.abstract'; import { ExcavatorCAT320DDaoService } from './excavator-cat-320-D.dao.service'; import { ExcavatorCAT320DBucketService } from './excavator-cat-320-D.bucket.service'; export declare class ExcavatorCAT320DReportService extends ReportServiceBase { private readonly excavatorCAT320DDaoService; private readonly excavatorCAT320DBucketService; protected getBucketService(): ExcavatorCAT320DBucketService; protected getDaoService(): ExcavatorCAT320DDaoService; protected isCoupledThing(): boolean; constructor(excavatorCAT320DDaoService: ExcavatorCAT320DDaoService, excavatorCAT320DBucketService: ExcavatorCAT320DBucketService); }