export declare function useTimeAgo(): {
    format: (date: Date) => string;
};
