import { LogManager } from '../../../common'; import { WorkingHoursByRangeDistributionApplicationService } from '../../../core/application/services/working-hours/working-hours-by-range-distribution.service'; import { WorkingHoursByRangeDistributionAggregateRoot } from '../../../core/domain/aggregates/working-hours/working-hours-by-range-distribution.aggregate.root'; import { WorkingHoursByRangeDistributionRequestDto } from '../../dtos/working-hours/working-hours-by-range-distribution.request.dto'; export declare class WorkingHoursByRangeDistributionQuery { protected readonly logManager: LogManager; protected readonly service: WorkingHoursByRangeDistributionApplicationService; constructor(logManager: LogManager, service: WorkingHoursByRangeDistributionApplicationService); execute(props: WorkingHoursByRangeDistributionRequestDto): Promise; } //# sourceMappingURL=working-hours-by-range-distribution.query.d.ts.map