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