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