import { AshiNgxAesService } from 'ashi-ngx-aes'; import { AshiFirebaseAuthBase } from 'ashi-ngx-firebase-base-lib'; import { NgZone } from '@angular/core'; import { Router } from '@angular/router'; import { AshiPreviousRouteService } from '@ashiteam/ashi-ngx-base-lib'; import { AshiStorageService, AshiUiHelperService } from '@ashiteam/ashi-ngx-lib'; import { AshiFirebaseDbService } from '../ashi-firebase-db/ashi-firebase-db.service'; import * as i0 from "@angular/core"; export declare class AshiFirebaseAuthService extends AshiFirebaseAuthBase { private previousRouteSvc; constructor(router: Router, ngZone: NgZone, aes: AshiNgxAesService, storageSvc: AshiStorageService, db: AshiFirebaseDbService, uiHelperSvc: AshiUiHelperService, previousRouteSvc: AshiPreviousRouteService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }