import type { CalendarWeekday, GetWeekdaysOptions } from './calendar_typing.js'; export declare function getWeekdays(options: GetWeekdaysOptions): CalendarWeekday[]; //# sourceMappingURL=get-weekdays.d.ts.map