import type { Plugin } from "./types.js"; export declare function registerPlugin(plugin: Plugin, enabled?: boolean): void; export declare function getPlugin(name: string): Plugin | undefined; export declare function getEnabledPlugins(): Plugin[]; export declare function getAllPluginNames(): string[]; //# sourceMappingURL=registry.d.ts.map