import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ProgressBar } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class ProgressBarService { private environment; private httpClient; urlBase: string; constructor(environment: any, httpClient: HttpClient); saveProgress(data: ProgressBar, projectFrom?: number): Observable; getProgress(processId: number, processType: number, projectFrom?: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }