import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { CnfCorrespondenceDocumentManager } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class CnfCorrespondenceDocumentManagerService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); save(cnfCorrespondenceDocumentManager: CnfCorrespondenceDocumentManager): Observable; getByPromCodigoAndCategoryId(promCodigo: number, categoryId: number): Observable; getByPromCodigoAndCategoryName(promCodigo: number, categoryName: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }