import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfIndicator } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfIndicatorService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** get by username */ getByUsername(): Observable; /** save */ save(pliCnfIndicator: PliCnfIndicator): Observable; /** save multiple */ saveMultiple(listPliCnfIndicator: PliCnfIndicator[]): Observable; /** delete a record */ delete(id: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }