import type { InitOptions } from 'i18next';
import type { Locale } from './config.js';
export declare const DEFAULT_NS = "translation";
export declare const defaultLocale: Locale;
export declare const defaultConfig: InitOptions;
