/**
 * 格式化时间戳
 * @category Formatter
 * @param 时间戳
 */
declare function formatTime(Timestamp: number): string;
export default formatTime;
