import { CookieService } from 'ngx-cookie-service'; export declare class SessionService { private cookieService; constructor(cookieService: CookieService); getCustomerId(): number; getLocale(): string; getPermissions(): string[]; getPermittedGroupsId(): string[]; getUserId(): number; getUserName(): string; }