import type { PluginLoader, LoadedPlugin } from '../../core/plugin-loader.js'; export declare class NodePluginLoader implements PluginLoader { load(p: string, configPath?: string): Promise; } //# sourceMappingURL=plugin-loader.d.ts.map