export declare const convertMinutesToHHMM: (minutes: number) => string; export declare const convertHHMMStrToMinutes: (timeSpentStr: string | undefined) => number;