import type { Command, Direction } from '../types'; export declare function goToNextCell(direction: Direction): Command;