import { EmrOpdFilterService } from './emr_opd_filter.service';
export declare class EmrOpdFilterController {
    private readonly emrOpdFilterService;
    constructor(emrOpdFilterService: EmrOpdFilterService);
    findAll(fromDate: string, toDate: string, doctorId: number, gender: string, status: string): Promise<any>;
}
