export declare function newDateWithOffset(utcOffset: any): any; export declare function now(maybeFixedUtcOffset: any): any; export declare function getStartOfWeek(date: any): any; export declare function getStartOfMonth(date: any): any; export declare function getDate(date: any): any; export declare function getMonth(date: any): any; export declare function addDays(date: any, amount: any): any; export declare function addWeeks(date: any, amount: any): any; export declare function addMonths(date: any, amount: any): any; export declare function subtractDays(date: any, amount: any): any; export declare function subtractWeeks(date: any, amount: any): any; export declare function subtractMonths(date: any, amount: any): any; export declare function getLocaleData(date: any): any; export declare function getWeekdayMinInLocale(locale: any, date: any): any; export declare function localizeDate(date: any, locale?: any): any; export declare function isSameDay(moment1: any, moment2: any): any; export declare function isSameMonth(date1: any, date2: any): any; export declare function isDayDisabled(day: any, o: any): any; export declare function shouldPrevMonthDisable(day: any, minDate: any): boolean; export declare function shouldNextMonthDisable(day: any, maxDate: any): boolean;