import { HolidayEvent } from './event.dto'; export * from './event.dto'; export declare class TaiwanHoliday { static enabledCache: boolean; static cacheTime: number; private static cacheTimer; private static cache; static fetchEvents(forceReload?: boolean): Promise; private static loadAllEvents; private static rawToHolidayEvent; private static loadEventByPage; static isHoliday(date?: string): Promise; static clearCache(): void; }