export interface TranslationState { selectedLanguage: string; languageJson: any; error: any; } export declare const initState: TranslationState;