import type { IJodit } from 'jodit/types'; import type { IUIMapState } from '../interface'; export declare function generateJSScript(jodit: IJodit, state: IUIMapState): string;