/** * 2020年元旦、春节、清明节、劳动节、端午节、国庆节和中秋节放假调休日期 */ declare const holidaysOf2020: string[]; /** * 2020年,休息日上班日期 */ declare const workdaysOf2020: string[]; export { holidaysOf2020, workdaysOf2020 };