import type { CalendarDate } from './types.js'; export declare function getLastDayOfYear(year?: 'this-year' | 'next-year'): CalendarDate;