/**
 * Format milliseconds into a human readable duration
 */
export declare function formatDuration(ms: number | null): string;
//# sourceMappingURL=time-utils.d.ts.map