import { LogManager } from '../../../common/port/log/log.manager.port'; import { GetSelfDigitalWorkingHoursScoreGoalService } from '../../../core/application/services/goals/get-self-digital-working-hours-score-goal.service'; import { SelfDigitalWorkingHoursScoreGoalEntity } from '../../../core/domain/entities/goals/score-goals/self-digital-working-hours-score-goal.entity'; import { GetSelfGoalSummaryRequestDto } from '../../dtos/goals/get-self-goal-summaries.request.dto'; export declare class GetSelfDigitalWorkingHoursScoreGoalQuery { protected readonly logManager: LogManager; protected readonly service: GetSelfDigitalWorkingHoursScoreGoalService; constructor(logManager: LogManager, service: GetSelfDigitalWorkingHoursScoreGoalService); execute(props: GetSelfGoalSummaryRequestDto): Promise; } //# sourceMappingURL=get-self-digital-working-hours.query.d.ts.map