import { ILanguageObject } from './ILanguageObject'; export declare type Tlanguage = (string | ILanguageObject);