export declare class PathologyGenerateBill {
    id: number;
    case_reference_id: number;
    ipd_prescription_basic_id: number;
    date: Date;
    patient_id: number;
    doctor_id: number;
    doctor_name: string;
    total: any;
    discount_percentage: any;
    discount: any;
    tax_percentage: any;
    tax: any;
    net_amount: any;
    transaction_id: number;
    note: string;
    generated_by: number;
    updated_at: Date;
    hospital_id: number;
    hos_pathology_billing_id: number;
    type: string;
    section: string;
    pathology_billing_id: number;
    payment_mode: string;
    cheque_no: string;
    cheque_date: Date;
    payment_date: Date;
    attachment: string;
    attachment_name: string;
    amount: any;
    received_by: number;
    pathology_bill_id: number;
    pathology_id: number;
    reporting_date: Date;
    apply_charge: any;
    pathology_report_id: number;
    pathology_parameterdetail_id: number;
    pathology_report_value: string;
    parameter_update: Date;
    collection_date: Date;
    collection_specialist: number;
    pathology_center: string;
    approved_by: number;
    pathology_report: string;
    report_name: string;
    pathology_result: string;
    payment_gateway: any;
    payment_reference_number: any;
    payment_id: any;
    received_by_name: string;
}
