/**
 * Device registration can have one of the following states.
 */
export declare enum DeviceRegistrationStatus {
    WAITING_FOR_CONNECTION,
    PENDING_ACCEPTANCE,
    ACCEPTED,
    BLOCKED
}
//# sourceMappingURL=DeviceRegistrationStatus.d.ts.map