export type Settings = { customInsertMenu?: boolean; }; export declare function setEditorSettings(newSettings: Settings): void;