import type { PluginContainer, PluginManifest } from "../types.js"; export declare function effectiveContainer(manifest: PluginManifest): PluginContainer | undefined; //# sourceMappingURL=effectiveContainer.d.ts.map