export declare const WEEKEND_DAYS: string[]; /** Check if a date is Saturday or Sunday */ export declare function isWeekend(date: string): boolean;