/**
 * 本月的 起止时间
 */
declare const currentMonth: (format?: string) => string[];
export default currentMonth;
