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