/**
 * @param {string[]} months
 */
export function forceShortMonthNamesForEnGb(months: string[]): string[];
