/** * Elrest eDesign Runtime Library Messages Model Worker Module * * @copyright 2024 Elrest AutomationsSysteme GMBH */ /// import { ListenOptions } from 'net'; import { NodeREDInstance } from './NodeREDInstance'; export declare class NodeREDOptions { id?: number; uuid: string; instance: NodeREDInstance; listenOptions: ListenOptions; settings?: any; }