/** * Possible document classification types. */ export declare enum AcuantClassificationTypeEnum { Unknown = 0, Passport = 1, Visa = 2, DriversLicense = 3, IdentificationCard = 4, Permit = 5, Currency = 6, ResidenceDocument = 7, TravelDocument = 8, BirthCertificate = 9, VehicleRegistration = 10, Other = 11, WeaponLicense = 12, TribalIdentification = 13, VoterIdentification = 14 }