export interface RuntimeEnv { name: string; version: string; platform: string; platform_version: string; os_type: string; os_version: string; }