// vs code... declare namespace Intl { type Key = | 'calendar' | 'collation' | 'currency' | 'numberingSystem' | 'timeZone' | 'unit'; function supportedValuesOf(input: Key): string[]; }