import { ProseMirror } from '../'; /** * Sends a key to ProseMirror content area, simulating user key press. * Accepts key descriptions similar to Keymap, i.e. 'Shift-Ctrl-L' */ export default function sendKeyToPm(pm: ProseMirror, keys: string): void;