export interface IdeAction { getTerminalContents(): Promise; runCommand(command: string): Promise; }