export declare const protobufPackage = "im.turms.proto"; export declare enum UserStatus { AVAILABLE = 0, OFFLINE = 1, INVISIBLE = 2, BUSY = 3, DO_NOT_DISTURB = 4, AWAY = 5, BE_RIGHT_BACK = 6, UNRECOGNIZED = -1 } //# sourceMappingURL=user_status.d.ts.map