export interface IRunnerLifecyclePort { spawn(workspaceId: string): Promise<{ baseUrl: string }>; reap(workspaceId: string): Promise; }