import { currentDate } from './interfaces';
declare function todayDate(): currentDate;
export default todayDate;
