/** * Extension to handle keyboard events and prevent them from bubbling to window. * This prevents window-level event listeners from capturing keyboard events * that should be handled only by the editor. */ export declare const keyboardHandler: import("@codemirror/state").Extension;