// Auto-generated stub — replace with real implementation import type { Message } from '../../types/message.js'; export {}; export const writeSessionTranscriptSegment: (messages: Message[]) => void = (() => {}); export const flushOnDateChange: (messages: Message[], currentDate: string) => void = (() => {});