/** * 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 3dce1524-fe1e-5bcd-984e-a370ae885b36 */ export declare class IAm extends AbstractMessage { type: Type; body: Instance; }