/**
 * Each week day of the first week in 1970 represented as a number.
 *
 * This can be used for localizing week days.
 */
export declare const weekdays: number[];
/**
 * A day of each month in the year 1970.
 *
 * This can be used for localizing month names.
 */
export declare const months: number[];
