import moment, { type Moment } from 'moment'; export default function getAllMonthMoments(startMoment: Moment | string, futureMonths?: number): moment.Moment[];