import { GetAbhaAddressOfPatientService } from './get-abha-address-of-patient.service';
export declare class GetAbhaAddressOfPatientController {
    private readonly getAbhaAddressOfPatientService;
    constructor(getAbhaAddressOfPatientService: GetAbhaAddressOfPatientService);
    findAll(hospital_id: number, patient_id: number): Promise<any>;
}
