import type { JournalEntry } from "./journal.js"; /** * The nudge fires only on a cluster the CURRENT run just completed, so it * appears at the moment of friction rather than as a standing complaint about * something that happened this morning. */ export declare function nudgeFor(entries: JournalEntry[], now: number): string[];