* Wall-clock epoch milliseconds. May be overridden in tests / bench * via `KIMI_CRON_CLOCK`. Used for cron matching, `createdAt`, stale * judgment.
()
| 36 | * judgment. |
| 37 | */ |
| 38 | wallNow(): number; |
| 39 | |
| 40 | /** |
| 41 | * Strictly monotonic millisecond counter. Never overridden. Used for |
no outgoing calls
no test coverage detected