import type { TranslateDictionary, TranslateKeys } from '../lang/en.js'; export declare const addTranslation: (langCode: string, languageDictionary: TranslateDictionary) => void; export declare const t: (key: TranslateKeys, locale?: string | null) => string;