import { Mapper } from '../../../common/ddd/mapper.base'; import { ChallengeSentimentEntity } from '../../../core/domain/entities/challenge-insights/challenge-sentiment.entity'; import { GetAccountMetricsInsightChartDataResponse } from '../../../interface/dtos/challenge-insights/get-account-metrics-insight-digital-working-hours-chart-data.response.dto'; export declare class ChallengeSentimentChartDataMapper implements Omit, 'toDomain'> { toResponse(entity: ChallengeSentimentEntity): GetAccountMetricsInsightChartDataResponse; static toResponse(entity: ChallengeSentimentEntity): GetAccountMetricsInsightChartDataResponse; } //# sourceMappingURL=challenge-sentiment-chart-data.mapper.d.ts.map