import type { ComPlainDate } from "../PlainDate.js"; /** * Check if a plain-date is a Saturday or Sunday. */ export declare function isWeekendDay(date: ComPlainDate): boolean; //# sourceMappingURL=isWeekendDay.d.ts.map