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