import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { PliCnfProfileUser } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfProfileUserService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns the user by id */ getByUserLogin(userLogin: string): Observable; /** It saves a profile */ save(listProfileUser: PliCnfProfileUser[]): Observable; /** It saves the profile to the user accorfint to patCodigo */ saveProfileByPatrocinador(patCodigo: number): Observable; /** It deletes a form by id */ deleteById(id: any): Observable; /** It deletes a form by id */ deleteByListId(listProfileUserId: any): Observable; /** It deletes a form by userId, patCodigo, idProfile */ deleteByUserIdAndPatCodigoAndProfileId(listProfileUser: PliCnfProfileUser[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }