import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfPdf } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfPdfsService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getAll(promCode: number): Observable; getById(statusFlowId: number): Observable; save(pdfCnf: PliCnfPdf): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }