/// declare const EEZStudio: { title: string; electron: typeof Electron; require: any; windowType: string; remote: any; }; declare module "quill"; // interface HTMLCanvasElement { transferControlToOffscreen(): HTMLCanvasElement; } interface CanvasRenderingContext2D { commit(): void; } // declare module "xml-formatter";