export declare class opd_charges1 {
    dob: any;
    opd_id: number;
    qty: number;
    charge_id: number;
    standard_charge: string;
    tpa_charge: string;
    tax: string;
    apply_charge: string;
    amount: string;
    note: string;
    Hospital_id: number;
}
export declare class CountDto {
    details: opd_charges1[];
    total: number;
    limit: number;
    page: number;
}
