import type { Editor } from "../editor.js";
export declare function debugPlugin(this: Editor): void;
