import type { Command } from 'prosemirror-state'; export declare function withLogAction(action: string, command: Command): Command;