import type { MemoryCoherenceInboxItem } from '../../shared/inbox.js'; import type { MemoryCoherenceOutcome } from '../../shared/activity.js'; export declare function memoryCoherenceSummary(text: string | undefined): string | undefined; export declare function determineMemoryCoherenceOutcome(memoryChanged: boolean): MemoryCoherenceOutcome; export declare function memoryCoherenceDigest(homePath: string): Promise; export declare function recordMemoryCoherenceCompleted(input: { agentId: string; completedAt?: string; item: MemoryCoherenceInboxItem; memoryChanged: boolean; resultText?: string; startedAt: string; }): Promise; export declare function recordMemoryCoherenceFailed(input: { agentId: string; completedAt?: string; error: unknown; item: MemoryCoherenceInboxItem; startedAt: string; }): Promise; //# sourceMappingURL=memory-coherence-outcome.d.ts.map