import { DoctorSlotShiftService } from './doctor_slot_shift.service';
import { DoctorSlotShift } from './entities/doctor_slot_shift.entity';
export declare class DoctorSlotShiftController {
    private readonly doctorSlotShiftService;
    constructor(doctorSlotShiftService: DoctorSlotShiftService);
    getSlot(Entity: DoctorSlotShift): Promise<any>;
}
