import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CommitteMoneyServiceService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getByOneCommittee(promCode: number, idCommittee: number, ...keysAndValues: any[]): Observable; getByAllCommittee(promCode: number, selectedStatusId: String, negativeStatusId: String, ...keysAndValues: any[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }