import { LangKey } from "./types/LangKey"; export declare const isLanguageSupported: (desiredLang: LangKey) => boolean;