/** * Formats a date timestamp, in the format `yyyy-mm-dd hh:mm:ss`, into a specified * date format. */ export default function formatDate(dateString?: string, options?: Intl.DateTimeFormatOptions): string; //# sourceMappingURL=format-date.d.ts.map