import { OtherOptionsWidgetInterface } from '../Widgets/JVMOptions'; import { IOtherJVMOptions } from '../../utils/api'; export declare class OtherOptionsModel { private widget; constructor(widget: OtherOptionsWidgetInterface); update(otherOptions: IOtherJVMOptions): void; }