import type { Command, ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { EditorView } from '@atlaskit/editor-prosemirror/view'; import type { UndoRedoPlugin } from '../undoRedoPluginType'; export declare const closeTypeAheadAndRunCommand: (editorView: EditorView, api: ExtractInjectionAPI | undefined) => (command: Command) => boolean; export declare const forceFocus: (editorView: EditorView, api: ExtractInjectionAPI | undefined) => (command: Command) => boolean;