import { Weekdays } from '../enum'; export declare const getNumericalWeekdayRepresentation: (weekday: Weekdays) => number; //# sourceMappingURL=weekdays.util.d.ts.map