import type { CalendarDate } from './types.js'; export declare function daysBetweenCalendarDates(from: CalendarDate, to: CalendarDate): number;