declare global {
    namespace Intl {
        function supportedValuesOf(value: string): string[];
    }
}
export {};
