export interface ISolver {
    updateTarget: Function;
    solveIK: Function;
}
