import { Mapper } from '../../../common/ddd/mapper.base'; import { ChallengeSentimentAggregateRoot } from '../../../core/domain/aggregates/challenge-insights/challenge-sentiment.aggregate-root'; import { GetAccountMetricsInsightsAveragesResponseDto } from '../../../interface/dtos/challenge-insights/get-account-metrics-insights-averages.response.dto'; export declare class ChallengeSentimentAggregateRootMapper implements Omit, 'toDomain'> { toResponse(entity: ChallengeSentimentAggregateRoot): GetAccountMetricsInsightsAveragesResponseDto; static toResponse(entity: ChallengeSentimentAggregateRoot): GetAccountMetricsInsightsAveragesResponseDto; } //# sourceMappingURL=challenge-sentiment.aggregate-root.mapper.d.ts.map