/** * Compact, terminal-friendly duration formatting shared by every surface that * shows a subagent's elapsed time (task panel rows/header, TaskOutput roster), * so the same run never reads "94s" in one place and "1m34s" in another. */ export declare function formatDurationSecs(secs: number): string; //# sourceMappingURL=format-duration.d.ts.map