import type { CalendarDate } from './types.js'; export declare function isWeekend(date: CalendarDate): boolean;