import type { Command } from "commander"; export declare function registerCatalogCommands(program: Command): void; export declare function registerMcpCatalogCommands(parent: Command): void;