import { UnlinkAbhaFromPatientService } from './unlink-abha-from-patient.service';
import { UnlinkAbhaFromPatient } from './entities/unlink-abha-from-patient.entity';
export declare class UnlinkAbhaFromPatientController {
    private readonly unlinkAbhaFromPatientService;
    constructor(unlinkAbhaFromPatientService: UnlinkAbhaFromPatientService);
    create(createUnlinkAbhaFromPatientDto: UnlinkAbhaFromPatient): Promise<any>;
}
