import type { ComputedRef } from 'vue'; import type { ResolvedLocaleConfig } from '../../shared'; export declare const useLocaleConfig: (i18nConfig: ResolvedLocaleConfig) => ComputedRef;