import type { MemoryConsolidationRunReceipt } from './memory-consolidation.js'; /** * A one-line receipt for a consolidation run that changed something, or null * when the run merged/archived/decayed/proposed nothing (a quiet idle pass, * no notice, matching the check-in "stayed quiet" discipline). */ export declare function formatConsolidationReceipt(receipt: MemoryConsolidationRunReceipt): string | null; //# sourceMappingURL=consolidation-receipt.d.ts.map