import { Mapper } from '../../../common'; import { WorkingHoursByRangeDistributionAggregateRoot } from '../../../core/domain/aggregates/working-hours/working-hours-by-range-distribution.aggregate.root'; import { WorkingHoursByRangeDistributionResponseDto } from '../../../interface/dtos/working-hours/working-hours-by-range-distribution.response.dto'; export type IWorkingHoursByRangeDistibutionAggregateRootMapper = Mapper; export declare class WorkingHoursByRangeDistibutionAggregateRootMapper implements Omit { toResponse(entity: WorkingHoursByRangeDistributionAggregateRoot): WorkingHoursByRangeDistributionResponseDto; static toResponse(entity: WorkingHoursByRangeDistributionAggregateRoot): WorkingHoursByRangeDistributionResponseDto; } //# sourceMappingURL=working-hours-by-range-distribution.mapper.d.ts.map