export declare function getMonths(format?: 'long' | 'numeric' | '2-digit' | 'short' | 'narrow'): string[]; /** returns next decade of the given year */ export declare function getYearSelection(year: number): number[];