import { type Command } from 'prosemirror-state'; export declare const clearSelectedCells: Command; export declare const backspaceCommand: Command;