import { type Command } from 'prosemirror-state'; export declare function goToNextCell(dir: 'prev' | 'next'): Command;