declare function humanlyDate(date: string | number | Date): string;
export = humanlyDate;
