/**
* Device registration can have one of the following security modes.
*/export declare enumDeviceRegistrationSecurityMode {
REQUIRED = "REQUIRED",
OPTIONAL = "OPTIONAL",
IGNORED = "IGNORED"
}
//# sourceMappingURL=DeviceRegistrationSecurityMode.d.ts.map