import { ContactInfoPerson } from './contact-info-person'; export declare class Person { firstName: string; middleName: string; firstNameReconoser: string; middleNameReconoser: string; preferredName: string; firstSurname: string; secondSurname: string; firstSurnameReconoser: string; secondSurnameReconoser: string; updatedPerson: Boolean; alive: Boolean; documentState: string; particula: string; idNumber: string; type: string; resolutionNumber: string; location: string; issueRegion: string; issueDate: string; downloaded: Date; lContactInfo: ContactInfoPerson[]; descFirstPlace: string; predictions: Object; ruesData: Object; cognitoUserId: string; gender: string; documentType: string; height: string; rhesus: String; bornRegion: String; }