import { CommitteeSnapshot } from 'ng-pli-util'; import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class CommitteeSnapshotService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getSnapshotMetadata(committeeId: number, segmentation?: string, aggrupation?: string): Observable; getSnapshotMetadataFindOne(committeeId: number): Observable; getListByPromCode(promCodigo: number): Observable; getAll(): Observable; getById(id: string): Observable; getByName(name: string): Observable; getByPromCode(promCodigo: number): Observable; getByCommitteeId(committeeId: number): Observable; getByCommitteeType(committeeType: number): Observable; save(cs: CommitteeSnapshot): Observable; deleteByName(name: string): Observable; deleteByPromCode(promCodigo: number): Observable; deleteByCommitteeId(committeeId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }