/** * 获取本月有几周 * @returns * @see {@link https://yourhhh.github.io/zztoolDocument} API 文档 * @example * // 调用示例 * weekInMonthCount(); // 获取本月有几周 */ export declare function weekInMonthCount(): number;