export declare enum DEVICE_REGISTRATION_STATUS { PENDING = "pending", REJECTED = "rejected", APPROVED = "approved", ERROR = "error" }