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