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