import { I18nContext } from '../i18n.context';
export declare function getI18nContextOrThrow<K = Record<string, unknown>>(i18n: I18nContext<K> | undefined): I18nContext<K>;
