declare const formatDate: (dateString: string) => string; export { formatDate };