export declare const getAllDaysInMonth: (month: number, year: number) => Date[];
