/** * Comments helper to format dates from timestamp * * @param {Number} timestamp The timestamp to format * @returns {String} The formatted date */ export function formatDate(timestamp: number): string; //# sourceMappingURL=helpers.d.ts.map