import type { ApiErrorCode } from '@/client/apiErrorCode.gen.ts'; import type { I18nKey } from '@/plugins/i18n.plugin.ts'; export declare class ApiErrorEnumUtil { private static i18nKeys; static getI18nKey(value: ApiErrorCode): I18nKey; static getI18nKeyForError(error: unknown): I18nKey | null; }