/** * 获取月份天数 * @param {*} date * @returns * @see {@link https://yourhhh.github.io/zztoolDocument} API 文档 * @example * // 调用示例 * getMonthDays() // 获取当前月份天数 */ export declare function getMonthDays(year?: number, month?: number): number;