import type { PluginRegistry } from "../../../plugins/registry.js"; export declare const createTestRegistry: (overrides?: Partial) => PluginRegistry;