import type { OEPlugin } from './plugin'; /** 当前缓存中已载入并启用的插件 map */ export declare const plugins: Map; /** 框架的 package.json 描述信息 */ export declare const pkg: any; /** 通过 `config.json` 配置文件启动框架 */ export declare function start(): void;