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