export declare const REG_LANGUAGE: RegExp;
export default class LocaleCode {
    static getLanguageCode(code: any): any;
    static getCountryCode(code: any): any;
}
