/** * Elrest eDesign Runtime IPC Typescript Model Language * * @copyright 2024 Elrest Automations Systeme GMBH */ /** @codex-xmi-id a77a7021-b7b9-58b9-9edf-2a36cb0eb0fd */ export declare class Language { code: string; label: string; flag: string; constructor(code: string, label: string, flag: string); }