import { HttpClient } from '@angular/common/http'; import { MasterPerson, Person } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class RegistryIdentifierService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** Persona natural */ getByListIdNumber(args: string): import("rxjs").Observable; /** Persona jurídica */ getByListNit(args: string): import("rxjs").Observable; updateNamesPerson(person: MasterPerson): import("rxjs").Observable; savePerson(person: Person): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }