import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AuthenticationService } from './authentication.service'; import { PliCnfStatus } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class StatusService { private environment; private httpClient; private authService; private headerJson; constructor(environment: any, httpClient: HttpClient, authService: AuthenticationService); /** It returns all list of status by prom code */ getById(statusId: number): Observable; /** It returns all list of status by prom code */ getAllByPromCode(promCode: number): Observable; getAllByPromCodeLight(promCode: number): Observable; /** It returns all list of status by prom code */ getAllByPromCodeAndName(promCode: number, name: string): Observable; getFinalStatusByStaticInteraction(promCode: number, staticInteractionId: number): Observable; /** It returns all list of status by prom code */ getInitialStatusByPromCode(promCode: number): Observable; save(cnfStatus: PliCnfStatus): Observable; getStatusByPromcodigoAndPageSection(promCodigo: number, pageId: number): Observable; getStatusByPromCodigoAndCategoryId(promCodigo: number, categoryId: number): Observable; getByInitialStatusAndPromCodigoAndCategoryId(initialStatus: boolean, promCodigo: number, categoryId: number): Observable; getByPromCodigoAndFinalStatus(promCodigo: number, finalStatus: boolean): Observable; getInitialStatusByStaticInteraction(promCodigo: string, staticInteractionId: string): Observable; getConfigCloningStatusMap(lStatus: PliCnfStatus[]): Observable; putStatusAfterApplicationFinished(lPliCnfStatus: PliCnfStatus[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }