()
| 22 | // without an accessor and the ones whose accessor has expired. |
| 23 | isValid(): boolean; |
| 24 | isResolved(): boolean; |
| 25 | subscribe(): Promise<void>; |
| 26 | initial(data: any[]): void; |
| 27 | close(): Promise<void>; |
no outgoing calls
no test coverage detected