import type { PluginModule } from "./types.js"; export type PluginSandbox = { context: null; module: PluginModule; }; export declare class PluginModuleLoader { private moduleCache; private readonly contextName; constructor(contextName: string); load(entryPath: string): Promise; private loadResolved; } //# sourceMappingURL=loader.d.ts.map