| 26 | import { AgentsWindow } from './agentsWindow'; |
| 27 | |
| 28 | export interface Commands { |
| 29 | runCommand(command: string, options?: { exactLabelMatch?: boolean }): Promise<any>; |
| 30 | } |
| 31 | |
| 32 | export class Workbench { |
| 33 |
no outgoing calls
no test coverage detected
searching dependent graphs…