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