import type { PluginRegistry } from "./registry-types.js";
export declare function getActiveRuntimePluginRegistry(): PluginRegistry | null;
