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