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