import { GameState } from '../../GameState';
import { BGState } from '../BGState';
import { ResignState } from '../ResignState';
/**
 * 現局面を、GameStateオブジェクトに読み替える
 * @param bgState
 * @param rsState
 * @returns
 */
export declare function toGameState(bgState: BGState, rsState: ResignState): GameState;
//# sourceMappingURL=toGameState.d.ts.map