/** Start the background monitor. Returns the interval handle. */ declare function startMonitor(intervalMs?: number): ReturnType; /** Single monitor cycle — check all wills. */ declare function runMonitorCycle(): Promise; export { startMonitor, runMonitorCycle };