export declare const enum RigidBodyCommand { SetDamping = 0, SetMassProps = 1, Translate = 2, SetLinearVelocity = 3, SetAngularVelocity = 4 }