/** * Elrest eDesign Runtime IPC Typescript Model Language * * @copyright 2024 Elrest Automations Systeme GMBH */ export declare class Language { code: string; label: string; flag: string; constructor(code: string, label: string, flag: string); }