export declare function getWeekDays(locale: string|string[], firstDayOfWeek: number): string[]; export declare function weekStart(locale: string): 1 | 0 | 6;