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