export type SupportedValuesOf = 'calendar' | 'collation' | 'currency' | 'numberingSystem' | 'timeZone' | 'unit';
export declare function supportedValuesOf(key: SupportedValuesOf, locale?: string): string[];
