import { z } from 'zod'; import { SdkContentLocale } from '@/client'; import type { I18nKey } from '@/plugins/i18n.plugin.ts'; export declare const languageEnum: z.ZodEnum; export declare class ContentLocaleUtil { private static i18nKeys; static getI18nKey(value: SdkContentLocale): I18nKey; }