export declare const setLanguage: (langCode: string) => Promise; export declare const getLanguageText: (path: string) => string;