Aha! I finally did the obvious and looked in the Typescript api docs under Sup.Actor. For future reference you can get a reference to any actor in the game with the following method which is found in the Sup.Actor docs though it is not a method on the Actor class. (maybe this could be a static function on Sup.Actor
Sup.getActor('myActor')