import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfInteraction } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfInteractionService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns the list by prom codigo */ getByPromCodigo(promCodigo: number): Observable; /** It saves a entity */ save(pliCnfInteraction: PliCnfInteraction): Observable; /** It returns the entity */ getById(id: number): Observable; /** It returns the list */ getAllTypeInteraction(): Observable; /** It returns the list */ getAllTypeStaticInteraction(): Observable; getUnUsedStaticInteractions(promCodigo: number): Observable; /** It returns the list of interaction by promcodigo and type statci interaction id */ getByPromCodigoAndTypeStaticInteractionId(promCodigo: number, IdTypeInteraction: number): Observable; /** It returns the list of interaction by promcodigo and type statci interaction id */ getByPromCodigoAndTypeStaticInteractionIdAndCommitteeId(promCodigo: number, IdTypeInteraction: number, committeeId: number): Observable; /** It returns the list of interaction by promcodigo and no status flow */ getByPromCodigoAndStatusFlowNull(promCodigo: number): Observable; /** It saves a entity */ saveAll(pliCnfInteraction: PliCnfInteraction[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }