import type { CalendarWeekday } from '../typings';
import type { GetWeekdaysInit } from './typings';
export declare function getWeekdays(init: GetWeekdaysInit): CalendarWeekday[];
//# sourceMappingURL=get-weekdays.d.ts.map