()
| 486 | sql: SqlStorage; |
| 487 | transactionSync<T>(closure: () => T): T; |
| 488 | getCurrentBookmark(): Promise<string>; |
| 489 | getBookmarkForTime(timestamp: number | Date): Promise<string>; |
| 490 | onNextSessionRestoreBookmark(bookmark: string): Promise<string>; |
| 491 | } |
nothing calls this directly
no outgoing calls
no test coverage detected