import { Editor } from '../editor.js'; /** * A plugin to scroll to the selection on document change. */ export declare const scrollToSelectionPlugin: (editor: Editor) => void;