import { Editor } from "../../interface"; export default function handleShortcutEvent(editor: Editor, event: KeyboardEvent): boolean;