export declare const MAX_SUBAGENT_PREVIEW_LINES = 4; export declare function humanizeToolActivity(toolName: string): string; export declare function formatTelegramActivity(description?: string, toolName?: string): string; export declare function formatTelegramAgentLabel(label: string): string; export declare function renderSubagentFooter(steps: number, recent: readonly string[]): string;