import { LogManager } from '../../../common/port/log/log.manager.port'; import { GetChallengeInsightProgressFocusV1SummaryApplicationService } from '../../../core/application/services/challenge-insights/get-challenge-insight-progress-focus-v1-summary.application-service'; import { ChallengeInsightProgressFocusV1SummaryAggregateRoot } from '../../../core/domain/aggregates/challenge-insights/challenge-insight-progress-focus-v1.aggregate-root'; import { GetChallengeInsightProgressSummaryRequestDto } from '../../dtos/challenge-insights/get-challenge-insight-progress-summary.request.dto'; export declare class GetChallengeInsightProgressFocusV1SummaryQuery { protected readonly logManager: LogManager; protected readonly service: GetChallengeInsightProgressFocusV1SummaryApplicationService; constructor(logManager: LogManager, service: GetChallengeInsightProgressFocusV1SummaryApplicationService); execute(props: GetChallengeInsightProgressSummaryRequestDto): Promise; } //# sourceMappingURL=get-challenge-insight-progress-focus-v1-summary.query.d.ts.map