Change class scope through IDE script

Is there a way to change the scope of a class through an IDE script? I see a way to change a method or property with ChangeDeclaration, but it doesn’t seem to work for a class.

There isn’t