/** * The different possible MAINTENANCE mode specific error codes.

*/ export declare enum MAINTENANCEModeErrors { /** * Unspecified MAINTENANCE error */ ERROR = 6000, /** * Failed to restart the device. */ RESTART_FAILED = 6001 }