/** * [Temporary] Get the first day of week depend on locale (0-6 represent as Sunday-Saturday) * @param locale Locale code */ export declare function firstDayOfWeek(locale?: string): number;