import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { InteractionApplicationUser } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class InteractionApplicationUserService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns the interactionApplicationUser by id */ getByApplicationId(applicationId: string): Observable; /** It returns the interactionApplicationUser by prom code */ getByPromCode(promCode: string): Observable; /** It saves a interactionApplicationUser */ save(InteractionApplicationUser: InteractionApplicationUser): Observable; /** It returns the interactionApplicationUser by id */ getByApplicationIdAndPliCnfStatusFlowId(applicationId: string, pliCnfStatusFlowId: number): Observable; /** It returns the interactionApplicationUser by id */ getByApplicationIdAndPliCnfInteractionId(applicationId: string, pliCnfInteractionId: number): Observable; /** It returns the list of interaction app user by promCodigo and list of pliCnfInteractionId */ getByPromCodigoAndPliCnfInteractionIdIn(promCodigo: number, pliCnfInteractionId: number[]): Observable; /** It returns the list of interaction app user by promCodigo and pliCnfInteractionId */ getByPromCodigoAndInteractionStaticId(promCodigo: number, interactionStaticId: number): Observable; /** It returns the list of interaction app user by applicationId and pliCnfInteractionId */ getByApplicationIdAndInteractionStaticId(applicationId: string, interactionStaticId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }