import type { Message } from '../types/messages.js'; /** * Compact, information-dense representation of one message for selector and * summarizer calls. Kept in the neutral utils layer so models do not depend * on execution at runtime. */ export declare function buildCompactionPreview(message: Message, maxChars?: number): string; //# sourceMappingURL=compaction-preview.d.ts.map