export declare function relativeTimeTo(dateTimeISOString?: string): string | null; export declare function durationHumanized(startDateTimeISOString?: string, endDateTimeISOString?: string): string;