/** * Elrest eDesign Runtime IPC Typescript Model Repository Info Request Body * * @copyright 2024 Elrest Automations Systeme GMBH */ export declare class InfoRequestBody { name: string; version?: string | undefined; constructor(name: string, version?: string | undefined); }