/** * Elrest eDesign Runtime IPC Typescript Model Package Status * * @copyright 2024 Elrest Automations Systeme GMBH */ /** @codex-xmi-id f569b106-1725-5300-b0b8-ead173858b76 */ export declare enum Status { Installed = "Installed", Available = "Available", Any = "Any" }