import { PliCnfConfigCreditStudy } from 'ng-pli-util'; import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class PliCnfConfigurationCreditStudyService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getById(id: number): Observable; getByPromCodigo(promCodigo: number): Observable; save(pliCnfConfigCreditStudy: PliCnfConfigCreditStudy): Observable; delete(id: number): Observable; getConfigCloningCreditStudy(oldPPP: number, newPPP: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }