import type { ComputedRef } from 'vue'; import type { LocaleData } from 'vuepress/shared'; import type { ExactLocaleConfig } from '../../shared/index.js'; /** * Get current locale config * * @param localesConfig client locale Config * @returns current locale config */ export declare const useLocaleConfig: (localesConfig: ExactLocaleConfig) => ComputedRef;