import i18n from 'i18next';
export declare const updateTranslations: (translations: Record<string, Record<string, string>>) => void;
export declare const useTranslation: () => {
    t: (key: string, params?: Record<string, any>) => string | import("i18next/typescript/helpers").$SpecialObject | import("i18next").TFunctionDetailedResult<string | import("i18next/typescript/helpers").$SpecialObject, Record<string, any>>;
    i18n: import("i18next").i18n;
};
export { i18n };
