import { AppointmentFilterService } from './appointment_filter.service';
export declare class AppointmentFilterController {
    private readonly appointmentFilterService;
    constructor(appointmentFilterService: AppointmentFilterService);
    findall(date: string, fromDate: string, todate: string, doctorId: number, appointment_status: string, live_consult: string, gender: string, global_shift_id: number, doctor_shift: number): Promise<any>;
}
