import { HttpClient } from '@angular/common/http'; import { LocaleManagerService } from './locale-manager.service'; import { ServiceProxyService } from './service-proxy.service'; import { StorageService } from './storage.service'; import { ShareService } from './share.service'; import * as i0 from "@angular/core"; export declare class NavigationService { private localeManager; private serviceProxy; private storageService; private http; private shareService; logoutServiceData: number; baseUrl: string; appConfig: any; logoutURL: any; constructor(localeManager: LocaleManagerService, serviceProxy: ServiceProxyService, storageService: StorageService, http: HttpClient, shareService: ShareService); navigate(url: any, type: any, target: any, text: any, menuid?: any, openInPlus?: any): void; startNavigate(url: any, type: any, target: any, text: any, menuid: any, openInPlus?: any): void; callLogoutService(): void; callback(response?: any): void; logoutRedirect(): void; logout(event?: any): void; clearCookie(): void; cancelBubble(e: any): void; private resetSessionStorage; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }