/** * 工作日 */ export declare const workdays: string[]; /** * 节假日 */ export declare const holidays: string[];