import type { UserConfig } from '@rspress/shared'; import type { PluginDriver } from '../PluginDriver.js'; import { type VirtualModulePlugin } from './types.js'; export declare function getI18nData(docConfig: UserConfig, pluginDriver?: PluginDriver): Promise>>; /** * Generate i18n text for client runtime */ export declare const i18nVMPlugin: VirtualModulePlugin;