import { Moment } from 'moment';
export default function timeAgo(time: string | Date | Moment | null): string;
