* Remove a session from the store. No-op if it doesn't exist.
(id: string)
| 98 | * Remove a session from the store. No-op if it doesn't exist. |
| 99 | */ |
| 100 | remove(id: string): void |
| 101 | |
| 102 | /** |
| 103 | * Increment the turn count for a session. |
no outgoing calls