import { GameApi } from "../../Api";
export declare const compute: (game: GameApi) => Promise<never>;
