import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { LimitedModePluginState } from '../limitedModePluginType';
export declare const limitedModePluginKey: PluginKey;
export declare const createPlugin: () => SafePlugin<LimitedModePluginState>;
