export declare function formatDuration(start: Date, end?: Date): string; export declare function formatMessageTime(value: unknown): string;