/**
 * 时间格式化，多长时间以前等等
 */
declare const timeAgo: (date: any, now?: any, lang?: string) => string;
export default timeAgo;
