/**
 * 获取每个月有多少天
 * @param year 年份
 * @param month 月份
 * @returns
 */
export declare const getDayMonth: (year: number, month: number) => number;
