/** * Elrest eDesign Runtime IPC Typescript Messages Runtime Start Request * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id 5a394af0-3d2f-52b4-9e76-40b547901b43 */ export declare class RestartResponse extends AbstractMessage { type: Type; body: null; }