import type { ImageEditorOptions } from 'jodit/types'; declare module 'jodit/config' { interface Config { imageeditor: ImageEditorOptions; } }