export declare type holiday = { id: number; name: string; longName: string; startDate: number; endDate: number; };