export interface DefaultOptionsWidgetInterface { setHeapGB: (heap_GB: number) => void; }