import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; import './config'; export declare class hotkeys extends Plugin { private onKeyPress; specialKeys: { [key: number]: string; }; afterInit(editor: IJodit): void; beforeDestruct(jodit: IJodit): void; }