import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PliCnfBudgetService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It remove the redis cache of budget by cpreCode and promCode */ removeFromCache(cpreCode: number, promCode: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }