import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CreditScoreService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); calculateCodebtorsScore(promCodigo: number, applicationId: string, cccodebtor: string): Observable; calculateScore(promCodigo: number, lApplicationId: string[]): Observable; getCreditScoreDate(identification: string[], promCodigo: number): Observable; getByIdentificationAndPromCodigo(identification: string, promCodigo: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }