File size: 159 Bytes
bbcff29
 
 
 
1
2
3
4
5
export function resolveUpdatedNodeRuntime(
  recoveryRoot: string,
  options?: { allowInstall?: boolean; env?: NodeJS.ProcessEnv },
): Promise<string | null>;