import { WalineDateLocale } from '../typings/index.js';
export declare const dateFormat: (date: Date) => string;
export declare const getTimeAgo: (date: Date | string, now: Date, locale: WalineDateLocale) => string;
