/** * Registry command - search and lookup MCP servers from the registry. */ import { Command } from 'commander'; /** * Create a new registry command instance. * Useful for testing where fresh command instances are needed. */ export declare function createRegistryCommand(): Command; export declare const registryCommand: Command; //# sourceMappingURL=registry.d.ts.map