import { Plugin, PluginKey } from "prosemirror-state"; import { DecorationSet } from "prosemirror-view"; import type { Editor } from "../../types.js"; export declare const key: PluginKey; export declare const selectedInsertionSpec: {}; export declare const selectedDeletionSpec: {}; export declare const selectedChangeFormatSpec: {}; export declare const selectedChangeBlockSpec: {}; export declare function trackPlugin(options: { editor: Editor; }): Plugin<{ decos: DecorationSet; }>; //# sourceMappingURL=plugin.d.ts.map