export declare class new_patient1 {
    lang_id: number;
    patient_name: string;
    dob: any;
    mobileno: number;
    email: number;
    gender: string;
    marital_status: string;
    blood_bank_product_id: number;
    address: string;
    guardian_name: string;
    ABHA_number: string;
    known_allergies: string;
    note: string;
    insurance_id: string;
    insurance_validity: string;
    salutation: string;
    hospital_id: number;
    is_confirmed_to_create_new_patient: boolean;
}
export declare class CountDto {
    details: new_patient1[];
    total: number;
    limit: number;
}
export declare class PatientInfoDto {
    patient_info: any;
    opd_details: any;
    ipd_details: any;
}
