export declare const getDateByIndex: (index: number, anchor: Date, monthsInYear?: number) => { year: number; month: number; };