export declare enum EIdentityFlags {
    Email = 1,
    FirstName = 2,
    LastName = 4,
    DateOfBirth = 8,
    PlaceOfBirth = 16,
    MailingAddress = 32,
    ResidenceAddress = 64,
    Passport = 128,
    DrivingLicense = 256,
    Visa = 512,
    NationalId = 1024,
    ConsularId = 2048,
    ElectoralId = 4096,
    ResidentPermitId = 8192,
    TaxId = 16384,
    StudenId = 32768,
    PassportCard = 65536,
    MilitaryId = 131072,
    PublicSafetyId = 262144,
    HealthId = 524288,
    TaxEssentials = 1048576,
    SocialSecurityNumber = 2097152,
    TaxNumber = 4194304,
    NaturalPersonsRegister = 8388608,
    GeneralRegistrationNumber = 16777216,
    VoterIdNumber = 33554432,
    IssuingNumber = 67108864,
    Gender = 134217728,
    Nationality = 268435456,
    LivenessImage = 536870912,
    MotherName = 1073741824,
    FatherName = -2147483648,
    VerifiedInvestor = 1,
    UnderSanctions = 2,
    ActiveScreening = 4
}
//# sourceMappingURL=EIdentityFlag.d.ts.map