/** * Elrest eDesign Runtime IPC Typescript Messages Runtime Monitor Unsubscribe Response * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 725a617d-bd48-5597-b76a-871ca6671501 */ export declare class MonitorUnsubscribeResponse extends AbstractMessage { type: Type; body: null; }