import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin/plugin'; export declare class enter extends Plugin { protected afterInit(editor: IJodit): void; protected onEnterKeyDown(event: KeyboardEvent): false | void; private onEnter; private getCurrentOrFillEmpty; beforeDestruct(editor: IJodit): void; }