import { Plugin } from "prosemirror-state"; import type { Editor } from "../../types.js"; export declare const accessRightsPlugin: (options: { editor: Editor; }) => Plugin; //# sourceMappingURL=access_rights.d.ts.map