export { fmtDate, formatDate, getDatePartsMap, handleTimezone, timeDelta, utc, local } from '../date'; export type { DateTimeAcceptedFormats, FormatDateOptions } from '../date'; type TimeAgoLang = 'en' | 'es' | 'fr' | 'he' | 'it' | 'ru'; export declare function timeAgo(date: string | Date, langOrConfig?: TimeAgoLang | { lang?: TimeAgoLang; mode?: 'relative' | 'absolute'; }): string; //# sourceMappingURL=dateUtils.d.ts.map