import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { CommitteeAssistant } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class CommitteeAssistantService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It send the email */ save(committeeAssistant: CommitteeAssistant): Observable; saveAll(committeeAssistantList: CommitteeAssistant[]): Observable; getByPliCnfCommitteeId(pliCnfCommitteeId: number): Observable; getBySegmentationDimension(pliCnfCommitteeId: number, segmentationDimension: string): Observable; getBySegmentationDimensionAndAssistanceType(pliCnfCommitteeId: number, attendanceTypeId: number, segmentationDimension: string): Observable; delete(id: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }