import { TranslatePipe } from './../../../../shared/translate/pipes/translate.pipe'; import { AlertController } from '@ionic/angular'; export declare class AlertService { private alertController; private translatePipe; alert: HTMLIonAlertElement; constructor(alertController: AlertController, translatePipe: TranslatePipe); presentError(msg: string): Promise; presentDelete(text: string, subject: string, fu: any, byName?: boolean): Promise; presentShortDelete(subject: string, fu: any, delMsg?: string): Promise; presentBloodTypeAlert(hasBloodType: boolean, fu1: any, fu2: any): Promise; presentChangeEmail(email: string, fu: any): Promise; presentPatientInactivation(fu1: any, fu2?: any): Promise; }