* The method to be invoked during `start`
(...injectedArgs: unknown[])
| 27 | * The method to be invoked during `start` |
| 28 | */ |
| 29 | start?(...injectedArgs: unknown[]): ValueOrPromise<void>; |
| 30 | /** |
| 31 | * The method to be invoked during `stop` |
| 32 | */ |
no outgoing calls