/** * Elrest eDesign Runtime IPC Typescript Messages Instance Monitor * * @copyright 2024 Elrest Automations Systeme GMBH */ import { Instance } from '../../Model/Instance/Instance'; import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 77c44da8-bdf1-5ca0-8170-5e2a22c71961 */ export declare class Monitor extends AbstractMessage { type: Type; body: Instance; }