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