export declare const getDaysInMonth: (month: number, year: number, arrayLength?: number) => Date[]; export declare const getDaysFormattedWithEmptyValues: ({ month, year, }: { month: number; year: number; }) => { daysFormattedWithEmptyValues: (Date | boolean)[]; firstDay: number; };