/** * Elrest eDesign Runtime IPC Typescript Messages Script * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 331269b6-63bd-52fd-a1f2-9f50a886a0a8 */ export declare class InstallResponse extends AbstractMessage { type: Type; body: string; }