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