import type { Namespace } from 'i18next'; import i18n from 'i18next'; import type { UseTranslationResponse } from 'react-i18next'; export declare const WEBMAP_REACT_NAMESPACE = "webmapreact"; export declare const initWebmapReactTestI18n: () => void; export declare const translateInTestsAndStories: (key: string, params?: Record | undefined, ns?: string) => string; export declare const useWebmapReactTranslation: (ns?: Namespace) => UseTranslationResponse; export { i18n };