import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { PliCnfProfileForm } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfProfileFormService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It saves a profile */ save(listProfileUser: PliCnfProfileForm[]): Observable; /** It deletes a form by id */ deleteByProfileIdAndFormId(profileId: any, formId: any): Observable; /** It deletes a form by id */ deleteById(profileUserId: any): Observable; /** It deletes a form by userId, patCodigo, idProfile */ deleteByListId(lProfileForm: PliCnfProfileForm[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }