export declare const timeAgo: (timestamp: Date | null, { withAgo, }?: {
    withAgo?: boolean;
}) => string;
