import { LogManager } from '../../../common/port/log/log.manager.port'; import { GetSelfSentimentReportApplicationService } from '../../../core/application/services/sentiment/get-self-sentiment-report.application-service'; import { SelfSentimentReportEntity } from '../../../core/domain/entities/sentiment/self-sentiment-report.entity'; import { GetSelfSentimentReportRequestDto } from '../../dtos/sentiment/get-self-sentiment-report.request.dto'; export declare class GetSelfSentimentReportQuery { protected readonly logManager: LogManager; protected readonly service: GetSelfSentimentReportApplicationService; constructor(logManager: LogManager, service: GetSelfSentimentReportApplicationService); execute(props: GetSelfSentimentReportRequestDto): Promise; } //# sourceMappingURL=get-self-sentiment-report.query.d.ts.map