(port: number, host: string)
| 20 | ...args: any[] |
| 21 | ): any; |
| 22 | open(port: number, host: string): void; |
| 23 | url(): string | undefined; |
| 24 | waitForDebugger(): boolean; |
| 25 | asyncTaskScheduled(taskName: string, taskId: number, recurring: boolean): void; |
no outgoing calls