/** * Elrest eDesign Runtime IPC Typescript Messages Instance * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; import { Instance } from '../../Model/Instance'; /** @codex-xmi-id 18822507-cda8-56a4-8828-3078f409d752 */ export declare class RestartResponse extends AbstractMessage { type: Type; body: Instance; }