import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfCommittee } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfCommitteeService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getAll(): Observable; getAllByPromCode(promCodigo: number): Observable; getAllByPromCodeLight(promCodigo: number): Observable; getAllTypeCommittee(): Observable; getAllByHavingVisualizationMode(promCodigo: number): Observable; getAllWithNoInteraction(promCodigo: number): Observable; save(pliCnfCommittee: PliCnfCommittee): Observable; getById(id: number): Observable; delete(id: number): Observable; saveAll(pliCnfCommittee: PliCnfCommittee[]): Observable; getByPromCodigoAndBoardDirectorsType(promCodigo: number, boardDirectorsType: boolean): Observable; getByPromCodigoAndPostSelectionType(promCodigo: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }