/**
 * 获取今年第几周
 */
declare const getCurrentWeek: (date?: Date) => number;
export default getCurrentWeek;
