export declare function getDaysInMonth(firstDateOfMonth: Date): Date[]; export declare function registerLocale(localeData: Locale): void; export declare function getWeekNames(): string[]; export declare function getFormattedMonthName(month: Date): string; export declare function formatDate(date: Date): string; //# sourceMappingURL=dateUtils.d.ts.map