import type { StoredEventRecord } from "../storage/types.js"; /** Room history / compaction / dated-memory context. Watch briefs stay out. */ export declare function isRoomContextMessage(event: StoredEventRecord): boolean; export declare function contentFromRoomContextMessage(event: StoredEventRecord): string; /** Current-task / reply-chain text. Watch briefs are valid here; they stay out of room history. */ export declare function contentFromTaskSourceEvent(event: StoredEventRecord): string; //# sourceMappingURL=context-messages.d.ts.map