import { type Command } from 'prosemirror-state'; export declare function goToNextRow(dir: 'up' | 'down'): Command;