import { State, MoveResult } from '../board';
export declare function update(this: State, x: number, y: number, value: -1 | 1): MoveResult;
