import { LogManager } from '../../../common'; import { WorkingHoursByRangeDistibutionAggregateRootMapper } from '../../../infrastructure/mappers/working-hours/working-hours-by-range-distribution.mapper'; import { WorkingHoursByRangeDistributionRequestDto } from '../../dtos/working-hours/working-hours-by-range-distribution.request.dto'; import { WorkingHoursByRangeDistributionResponseDto } from '../../dtos/working-hours/working-hours-by-range-distribution.response.dto'; import { WorkingHoursByRangeDistributionQuery } from '../../queries/working-hours/working-hours-by-range-distribution.query'; export declare class WorkingHoursByRangeDistributionController { protected readonly logManager: LogManager; protected readonly query: WorkingHoursByRangeDistributionQuery; protected readonly mapper: WorkingHoursByRangeDistibutionAggregateRootMapper; constructor(logManager: LogManager, query: WorkingHoursByRangeDistributionQuery, mapper: WorkingHoursByRangeDistibutionAggregateRootMapper); get(props: WorkingHoursByRangeDistributionRequestDto): Promise; } //# sourceMappingURL=working-hours-by-range-distribution.controller.d.ts.map