import type { TuiState } from './tui-types.js'; export declare function formatRunDuration(elapsedMs: number): string; export declare function formatActiveRunStatus(state: TuiState, nowMs?: number): string | null;