import { I18nStrings } from './I18nStrings'; export declare class I18n { static get(language: string): I18nStrings; }