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