import { LanguageContextType } from '../contexts/languageContext'; export declare const useLanguage: () => LanguageContextType;