export declare function datesEqual(date1: Date, date2: Date): boolean; export declare function getDayAbbreviation(day: number): string; export declare function getMonth(date: Date): string; export declare function getMonths(): Array;