import { GameStep, GameWay } from "../common/pojo"; export default class OtherUtil { static getRival(person: number): number; static getTreeWays(step: GameStep): GameWay[]; }