import { RPGCalendarMonth, RPGCalendarMonthQuery } from './types';
export declare const getNextMonthYearBuilder: (hasYear0: boolean, months: RPGCalendarMonth[]) => (monthQuery: RPGCalendarMonthQuery) => RPGCalendarMonthQuery;
