declare function timeAgo(date: Date | number, now?: Date | number): string;

export = timeAgo;
