declare module 'jodit/config' { interface Config { select: { normalizeSelectionBeforeCutAndCopy: boolean; }; } } export {};