/** * Returns the duration from a given start time to now as a string, * either seconds or milliseconds. */ export declare function getDurationStr(startTime: Date, endTime?: Date): string;