/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest Automations Systeme GMBH */ import { Instance } from '../Instance'; /** @codex-xmi-id 792e21c3-fea4-5046-bb7c-20aed33f93c7 */ export declare class Runtime { instances: Instance[]; constructor(instances?: Instance[]); }