import { type ExtensionCatalogEntry } from "./extension-catalog.js"; /** * 宿主在加载任何第三方插件前捕获的深冻结扩展目录。 * * 原始导出仍服务生成脚本和兼容调用方;运行时安全边界只消费本快照,避免插件通过 * 深导入修改安装白名单、配置入口或引导链接。 */ export declare const TRUSTED_EXTENSION_CATALOG: readonly ExtensionCatalogEntry[]; export declare function getTrustedExtensionCatalogEntry(id: string): ExtensionCatalogEntry | undefined; //# sourceMappingURL=trusted-extension-catalog.d.ts.map