declare const getDateAgoText: (date: number | Date | string) => string; export default getDateAgoText;