export default class Translator { private readonly lang; constructor(); getTranslations(): JSON; static getLangName(): string; }