import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GicPaymentPlanService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); generatePaymentPlants(data: { identification: string; refinancedFee?: number; refinancedFeeNumber?: number; minPaymentToCapital?: number; }): Observable; generatePaymentPlantsByIdentifications(identifications: string[]): Observable; generatePaymentPlansCubos(dateGenerate: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }