import type { ModelCapabilities } from "./types.js"; /** 各模型能力参数映射表 */ export declare const MODEL_CAPABILITIES: Record; /** 支持的提供商注册表(名称、环境变量、可用模型) */ export declare const PROVIDERS: Record; /** 可用主题列表 */ export declare const THEMES: { name: string; label: string; style: string; }[]; /** 可用扩展列表 */ export declare const EXTENSIONS: { name: string; label: string; default: boolean; }[]; /** 快捷键绑定方案(default / vim / emacs) */ export declare const KEYBINDING_SCHEMES: Record;