export declare function escapeHtml(value: string): string;
export declare function formatTime(timestamp: number): string;
export declare function formatDuration(startedAt: number, finishedAt?: number | null): string;
export declare function rgbaToHex(color: {
r: number;
g: number;
b: number;
}): string;