import type { EditorState } from '@atlaskit/editor-prosemirror/state';
import type { MentionPluginState } from '../types';
export declare function getMentionPluginState(state: EditorState): MentionPluginState;
export declare const canMentionBeCreatedInRange: (from: number, to: number) => (state: EditorState) => boolean;
