import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { PliCnfPageSectionForm } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfPageSectionFormService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); findByPromCodigoAndPageSectionId(promCodigo: any, pageSectionId: any): Observable; findByPromCodigoAndformId(promCodigo: any, formId: any): Observable; findByPromCodigoAndPageSectionKey(promCodigo: any, pageSectionKey: any): Observable; getAllByPromCode(promCodigo: any): Observable; /** It saves a pliCnfPageSectionForm */ save(pliCnfPageSectionForm: PliCnfPageSectionForm): Observable; /** It deletes by promCodigo and pageSectionId */ deleteByPromCodigoAndPageSectionId(promCodigo: any, pageSectionId: any): Observable; /** It saves array of pliCnfPageSectionForm for clonning propouse * @author jkatz */ saveAll(pliCnfPageSectionForm: PliCnfPageSectionForm[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }