import { StorageService } from './storage.service'; import { ServiceProxyService } from './service-proxy.service'; import * as i0 from "@angular/core"; export declare class AppDataManagerService { private storageService; private serviceProxy; private privilleges; private homePageName; constructor(storageService: StorageService, serviceProxy: ServiceProxyService); hasPrivilege(key: string): boolean; hasHomePageName(): any; editUserPreference(postData: any, methodName: any): import("rxjs").Observable; updatePassword(postData: any, userId: any): import("rxjs").Observable; hasWalkmeIcon(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }