/** * Elrest eDesign Runtime IPC Typescript Messages Runtime Monitor Unsubscribe Response * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; export declare class MonitorUnsubscribeResponse extends AbstractMessage { type: Type; body: null; }