export declare const groupDaysByWeeks: (dayList: (Date | undefined)[]) => (Date | undefined)[][];
