/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest AutomationsSysteme GMBH */ import { Runtime } from './Runtime'; import { ClientConfiguration } from './ClientConfiguration'; import { ClientProtocol } from './ClientProtocol'; import * as Report from './Report'; export { Runtime, ClientConfiguration, ClientProtocol, Report, };