export interface ISandboxDependencyStatus { readonly bubblewrapInstalled: boolean; readonly socatInstalled: boolean; }