declare function formatDate(date: Date): string;

export { formatDate };
