import { Observable } from 'rxjs'; import { ProxyService } from '../proxy/proxy.service'; import { StorageService } from '../storage/storage.service'; import { InitialDataServiceInterface } from './initial-data-service.interface'; import * as i0 from "@angular/core"; export declare class InitialDataService extends ProxyService implements InitialDataServiceInterface { private storageService; private initModel; private spinner; constructor(storageService: StorageService); /** * Reload the initial datas into the localstorage to speed-up the software. */ refresh(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=initial-data.service.d.ts.map