/** * MovableThing convenience methods * * Usually added to a Movable* class through * InteractiveUtils.addMovableHelperMethodsTo(), but these implementations * are simply for convenience. */ declare const MovableHelperMethods: any; export default MovableHelperMethods;