export declare function formatDuration(ms: number): string; export declare function formatCost(usd: number): string; export declare function formatToolCallStat(count: number): string; export declare function formatTokens(count: number): string; export declare function formatFileSize(bytes: number): string;