import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { TypeAheadPluginState } from '../types';
export declare const pluginKey: PluginKey<TypeAheadPluginState>;
