Repository URL to install this package:
import { NGXLogger, AuthService, EventBusService } from 'web-console-core';
import { MotifACLService } from 'web-console-motif-acl';
import { WCTopBarService } from 'web-console-core';
import { SessionService } from '../../components/Commons/session-service';
export declare class WebAdminCoreService {
private logger;
private eventBus;
private authService;
private aclService;
private sessionService;
private topBarService;
private env;
constructor(logger: NGXLogger, eventBus: EventBusService, authService: AuthService, aclService: MotifACLService, sessionService: SessionService, topBarService: WCTopBarService);
start(): void;
private _startWebAdmin;
private startACLService;
private initTopBar;
}