import { Editor } from '../editor.js'; /** * A plugin to restrict input to a single line */ export declare function singlelinePlugin(editor: Editor): void;