import { HttpClient } from '@angular/common/http'; import { PliCnfSupportDocumentCategory } from 'ng-pli-util'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PliCnfSupportDocumentCategoryService { private environment; private httpClient; private urlBase; constructor(environment: any, httpClient: HttpClient); findAll(): Observable; findByPromCodigo(promCodigo: number): Observable; save(pliCnfSupportDocumentCategory: PliCnfSupportDocumentCategory): Observable; deleteById(id: number): Observable; cloningSupportDocsCategories(oldPPP: number, newPPP: number, idCategory?: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }