import { LocaleData } from '@vuepress/core'; export declare const lang2PathConfig: { 'en-US': string; 'zh-CN': string; 'zh-TW': string; 'de-AT': string; 'vi-VN': string; }; export declare const supportedLangs: string[]; export declare const path2langConfig: { [k: string]: "en-US" | "zh-CN" | "zh-TW" | "de-AT" | "vi-VN"; }; /** Types for supported lang codes */ export declare type HopeLang = keyof typeof lang2PathConfig; export declare type ResolvedLocaleConfig = Record;