()
| 127 | }): Promise<SerializedMessage | void>; |
| 128 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 129 | useUsersContext(): any; |
| 130 | usePath(options: any): any; |
| 131 | routerPush(path: string): void; |
| 132 | api: ApiClient; |
nothing calls this directly
no outgoing calls
no test coverage detected