import type { Month } from './types.js'; export declare function getNumberOfDaysInMonth(year: number, month: Month): number;