/** * Elrest eDesign Runtime IPC Typescript Messages Instance Unsubscribe * Response * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 564987b8-4086-5bb6-a1ec-6e4f8488a2a6 */ export declare class UnsubscribeResponse extends AbstractMessage { type: Type; body: null; }