import { InjectionToken } from '@angular/core'; import { Router } from '@angular/router'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare const BASE_CONFIG: InjectionToken; export declare class DashboardInitService { private store; private router; private baseConfig; constructor(store: Store, router: Router, baseConfig: { mapUrl?: string; yapUrl?: string; path?: string; wsUrl?: string; geoServerUrl?: string; }); init(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }