import type { ResolvedLocaleConfig } from '@starzkg/vuepress-shared';
import type { WalineLocale } from '@waline/client';
export declare type WalineI18nConfig = Partial<WalineLocale>;
export declare type WalineLocaleConfig = ResolvedLocaleConfig<WalineI18nConfig>;
