import { State } from '../board';
export declare function update(this: State, x: number, y: number, value: -1 | 1): "不入子" | "全局同形";
