(message: string, context?: Record<string, unknown>)
| 171 | debug(message: string, context?: Record<string, unknown>): void; |
| 172 | warn(message: string, context?: Record<string, unknown>): void; |
| 173 | error(message: string, context?: Record<string, unknown>): void; |
| 174 | } |
| 175 | |
| 176 | /** |
no outgoing calls
no test coverage detected