declare function isToday(date: Date): boolean;

export { isToday };
