export declare function getEndDate(date?: moment.Moment): moment.Moment; export declare function getEndOfNextDate(date?: moment.Moment): moment.Moment; export declare function getNextDate(date?: moment.Moment): moment.Moment;