/** * Time and date utility functions */ export declare const getFormattedDate: (date: any, options?: any) => string; export declare const formatTimeForSessionTimer: (totalSeconds: any) => string; export declare const getTimeDifferenceInSeconds: (startedAt: any) => number; //# sourceMappingURL=time.d.ts.map