export declare const LIVE_THINKING_TAIL_CHARS = 2000; export declare function liveThinkingTail(content: string, limit?: number): string; export declare function liveThinkingDisplay(content: string, limit?: number): string; export declare const LIVE_COMPACTION_HEAD_CHARS = 1500; export declare const LIVE_COMPACTION_TAIL_CHARS = 2500; export declare function liveCompactionHeadTail(content: string, headLimit?: number, tailLimit?: number): string;