import { Document } from './document'; export declare class Codebtor { identification: string; typePerson: string; typeDocument: string; nameComplete: string; fullLastNames: string; phoneNumber: string; phoneIndicative: string; dayCount: number; creationDateCount: Date; email: string; creditReviewerObservations: any[]; documents: Document[]; creditReviewerDocuments: Document[]; stateId: number; stateName: string; complete: boolean; data: any; errors: any[]; acceptHabeasData: boolean; acceptHabeasDataDate: Date; acceptHabeasDataIp: string; acceptResponsibilities: boolean; acceptResponsibilitiesDate: Date; checksum: string; emailSent: boolean; verificationData: any; verificationDataDate: Date; signPay: boolean; letterInstructions: boolean; contract: boolean; numberTransaction: string; saved: boolean; transactionId: string; productAppliedId: number; productAppliedName: string; creditScore: number; creditScoreNormalized: number; debtPercentage: number; creditRangeId: number; creditRangeName: string; creditEvaluationDate: string; positiveCreditStudy: boolean; signatureDocumentId: number; signatureDocumentName: string; }