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