import type { EditorView } from "@codemirror/view"; export declare const ignoreUpdateAnnotation: import("@codemirror/state").AnnotationType; /** * Simulate user action to force parser to catch up during scroll. */ export declare function forceParse(view: EditorView): void;