import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SessionService { router: Router; constructor(router: Router); getUserRole(): string | null; setUserSession(data: any): void; getUserPermissions(): any; getUserSession(): any; getAllUserRole(): any; getSessionID(): number; clearSession(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }