export interface Time { hh: string; mm: string; ss: string; } export declare function millisecondsToTime(ms: number, offset?: number): Time;