export declare class LocalesHelper { private static locales; static getLocaleId(localeName: string): number; static getLocaleName(localeId: number): string; }