export type DayIndex = 0 | 1 | 2 | 3 | 4 | 5 | 6;
export declare function normalizeStartOfWeek(startOfWeek: number | undefined, locale: string): DayIndex;
//# sourceMappingURL=normalize-start-of-week.d.ts.map