import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfValproKeys } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfValproKeysService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns the list of configuration by prom codigo */ getByPromCodigo(promCodigo: number): Observable; /** It saves the configuration */ save(pliCnfValproKeys: PliCnfValproKeys): Observable; /** It saves an array of valpro keys*/ saveAll(pliCnfValproKeys: PliCnfValproKeys[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }