import type { I18nText } from '@rspress/shared'; export declare function useI18n(): (key: keyof (T & I18nText), params?: Record) => string;