import { DayOfWeek } from '../../../types';
export declare function getMonthDays(month: Date, firstDayOfWeek?: DayOfWeek, locale?: string): Date[][];
//# sourceMappingURL=get-month-days.d.ts.map