import { HttpClient } from '@angular/common/http'; import { CommitteePdfDeedTO } from 'ng-pli-util'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CommitteePdfService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); send(lCommitteePdfDeedTO: CommitteePdfDeedTO[]): Observable; sendBackoffice(lCommitteePdfDeedTO: CommitteePdfDeedTO[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }