import type { AnemoPlugin } from './plugin'; export declare const plugins: Map; export declare const pkg: any; /** 启动框架 */ export declare const start: () => void;