/** The type of encryption of . */ export declare enum VehicleConfigurationEncryptionType { /** No encryption */ NoEncryption = "NoEncryption", /** AES-256. Encrypted by key from credentials.xml */ AES256CredentialsKey = "AES256CredentialsKey" } //# sourceMappingURL=vehicle_configuration_encryption_type.d.ts.map