/** * gets a datetime for a ux with little room, a la whatsapp messages. */ export declare const getHumanReadableDatetime: (unixTime: number) => string; //# sourceMappingURL=getHumanReadableDatetime.d.ts.map