import { Joint, DOF } from './Joint'; export class Goal extends Joint { isGoal : Boolean; setGoalDoF( ...args : Array ) : void; setFreeDoF( ...args : Array ) : void; }