import { HttpClient } from '@angular/common/http'; import { RootStore } from './root.store'; export declare class RootService { private store; private http; constructor(store: RootStore, http: HttpClient); showLoader(): void; hideLoader(): void; hideAllLoaders(): void; }