/** * Elrest eDesign Runtime Library Messages Model Worker Module * * @copyright 2024 Elrest AutomationsSysteme GMBH */ /// import { ListenOptions } from 'net'; import { NodeREDInstance } from './NodeREDInstance'; /** @codex-xmi-id 84d73be4-9871-5b5e-b520-5ee33b326e7f */ export declare class NodeREDOptions { id?: number; uuid: string; instance: NodeREDInstance; listenOptions: ListenOptions; settings?: any; }