/** * UI18n智能错误处理系统常量定义 * 包含错误代码、消息模板、文档链接等 */ import { SupportedLanguage } from '../types'; import { SmartErrorType, ErrorSeverity } from './types'; export declare const ERROR_MESSAGES: Record; userHint: Record; documentationUrl?: string; }>; export declare const SOLUTION_TEMPLATES: Record; autoFixable: boolean; }>; export declare const DOCUMENTATION_URLS: { BASE: string; CONFIGURATION: string; API_KEYS: string; LANGUAGES: string; OFFLINE_MODE: string; PERFORMANCE: string; FRAMEWORKS: string; TROUBLESHOOTING: string; COMMUNITY: string; }; //# sourceMappingURL=constants.d.ts.map