export = formatTime;
/**
* @module formatTime
* @description Formats the timestamp into a date string.
* @param {number} time Timestamp to convert
* @returns {string} Formatted date string
*/declarefunctionformatTime(time: number): string;
//# sourceMappingURL=formatTime.utils.d.ts.map