(hash: string)
| 14 | }; |
| 15 | setLocalHashInfo(hash: string, info: string): Promise<void>; |
| 16 | getLocalHashInfo(hash: string): Promise<string>; |
| 17 | setUuid(uuid: string): Promise<void>; |
| 18 | reloadUpdate(options: { hash: string }): Promise<void>; |
| 19 | restartApp(): Promise<void>; |
no outgoing calls
no test coverage detected