import { Extras } from './extras'; import { Scores } from './scores'; import { ResponseANI } from './response-ani'; export declare class GuaranteeEnrollment { patCodigo: number; uid: string; startingDate: string; creationDate: string; creationIP: string; documentType: number; idNumber: string; firstName: string; secondName: string; firstSurname: string; secondSurname: string; gender: string; birthDate: string; street: string; cedulateCondition: string; spouse: string; home: string; maritalStatus: string; dateOfIdentification: string; dateOfDeath: string; marriageDate: string; instruction: string; placeBirth: string; nationality: string; motherName: string; fatherName: string; houseNumber: string; profession: string; expeditionCity: string; expeditionDepartment: string; birthCity: string; birthDepartment: string; transactionType: number; transactionTypeName: string; issueDate: string; barcodeText: string; ocrTextSideOne: string; ocrTextSideTwo: string; sideOneWrongAttempts: number; sideTwoWrongAttempts: number; foundOnAdoAlert: boolean; adoProjectId: string; transactionId: string; productId: string; comparationFacesSuccesful: boolean; faceFound: boolean; faceDocumentFrontFound: boolean; barcodeFound: boolean; resultComparationFaces: number; comparationFacesAproved: boolean; extras: Extras; numberPhone: string; codFingerprint: string; resultQRCode: string; dactilarCode: string; reponseControlList: string; scores: Scores[]; responseANI: ResponseANI; parameters: string; }