/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest Automations Systeme GMBH */ import { Instance } from '../Instance'; export declare class Runtime { instances: Instance[]; constructor(instances?: Instance[]); }