import { BillingFilterService } from './billing_filter.service';
export declare class BillingFilterController {
    private readonly billingFilterService;
    constructor(billingFilterService: BillingFilterService);
    findAll(date: any, fromDate: any, todate: any, patient_id: number, payment_method: string): Promise<any>;
}
