//#region src/utils/format-date.d.ts
declare function formatDate(date: Date): string;
//#endregion
export { formatDate };