import type { State } from '../types'; export declare const moveRight: (state: State) => State;