/** * Elrest eDesign Runtime IPC Typescript Model Repository Info Request Body * * @copyright 2024 Elrest Automations Systeme GMBH */ /** @codex-xmi-id 5dd04922-ce5d-5200-8cff-4d93b21750af */ export declare class InfoRequestBody { name: string; version?: string | undefined; constructor(name: string, version?: string | undefined); }