import { PliCnfCreditStudyConfigRange } from "./pli-cnf-config-credit-study-range"; export declare class PliCnfConfigCreditStudy { id: number; promCodigo: number; thresholdGrants: number; coDebtors: number; summonsScore: boolean; quantilThreshold: number; thresholdExperian: number; minAciertaThreshold: number; quantilStandardization: number; standardizationExperian: number; formula: string; creditScoreEnabled: boolean; codebtorIsZeroAllowed: boolean; selectedIsZeroAllowed: boolean; lPliCnfCreditStudyConfigRange: PliCnfCreditStudyConfigRange[]; }