import { MIoTLang } from './lang/Interface'; export declare type Langs = 'zh' | 'zh_tw' | 'zh_hk' | 'en' | 'ko' | 'ru' | 'es' | 'fr' | 'it' | 'de' | 'he' | 'id' | 'pl' | 'vi' | 'ja' | 'th' | 'tr' | 'nl' | 'pt' | 'es_us' | 'el' | 'hu' | 'cs' | 'nb' | 'fi' | 'pt_pt' | 'ro' | 'sk' | 'sv' | 'uk' | 'ar'; export declare class Locale { static of(lang?: Langs): MIoTLang; }