import type { DPCalendar, DPConfig } from '../types';
export declare var createWeekdays: ({ days }: DPCalendar, { locale: { locale, weekday } }: DPConfig) => string[];
//# sourceMappingURL=create-weekdays.d.ts.map