declare const getLastDayOfPrevMonth: (fromDate: Date) => Date;
export default getLastDayOfPrevMonth;
