import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfMigrationPlisField } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfMigrationPlisFieldService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); private headerJson; getByPromCodigo(promCodigo: number): Observable; getByPromCodigoAndCategoryId(promCodigo: number, categoryId: number): Observable; getByPromCodigoAndListStaticKeyId(promCodigo: number, lStaticKeyId: number[]): Observable; save(migrationPlisFiedData: any[]): Observable; configCloningMigrationConf(lMigration: PliCnfMigrationPlisField[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }