import i18n from 'i18next'; declare const timeAgo: (timeDifference: number, i18nInstance: typeof i18n) => string; export default timeAgo;