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