/** 插件扩展目录 */ export declare const EXTENSIONS_DIR: string; /** 插件名称 */ export declare const PLUGIN_NAME = "wecom-openclaw-plugin"; /** Channel 名称 */ export declare const CHANNEL_NAME = "wecom"; /** 插件安装路径 */ export declare const PLUGIN_PATH: string; /** 默认 npm 包名 */ export declare const DEFAULT_PACKAGE_NAME = "@wecom/wecom-openclaw-plugin"; /** 冲突的插件名称列表 */ export declare const CONFLICT_PLUGINS: string[]; /** 冲突的插件路径列表 */ export declare const CONFLICT_PLUGIN_PATHS: string[]; /** npm 源列表(按优先级排序,第一个失败后依次尝试后续源) */ export declare const NPM_REGISTRIES: string[]; //# sourceMappingURL=constants.d.ts.map