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