export interface Runtime { name: string; stage?: string; runtimeEndOfLife?: string; description?: string; dependencies: Record; multiStepSupport?: boolean; }