import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; import './config'; export declare class limit extends Plugin { protected afterInit(jodit: IJodit): void; private shouldPreventInsertHTML; private __shouldDenyInput; private checkPreventKeyPressOrPaste; private checkPreventChanging; private __splitWords; protected beforeDestruct(jodit: IJodit): void; }