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