/** * NOTE: This file will be used in both Node.js and runtime environments. Please avoid importing Node.js-specific APIs. */ import type { PluginManager } from './types/plugin'; export declare function createPluginManager(): PluginManager;