import { HttpClient } from '@angular/common/http'; import { BlockedBeneficiary, DataTableParameters } from 'ng-pli-util'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class BlockedBeneficiaryService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); getByDataTablesParameters(dataTableParameters: DataTableParameters): Observable; /** It saves a BlockedBeneficiary */ save(blockedBeneficiary: BlockedBeneficiary): Observable; enableBeneficiary(blockedBeneficiary: BlockedBeneficiary): Observable; getByIdentificationAndPromCodigo(identification: string, promCodigo: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }