/** * Elrest eDesign Runtime IPC Typescript Model Package InfoRequestBody * * @copyright 2024 Elrest AutomationsSysteme GMBH */ export declare class InfoRequestBody { name: string; version?: string | undefined; constructor(name: string, version?: string | undefined); }