import type { Command, EditorView } from "../../../../cm/view.js"; export declare const showMarkupGpt: (view: EditorView) => void; export declare const hideMarkupGpt: (view: EditorView) => void; export declare const runMarkupGpt: Command;