declare const getMonthsInYear: (year: number) => string[]; export default getMonthsInYear;