import { MCPCommand } from './command-generator.js';
export declare class MCPCommandRegistry {
    private static commands;
    static initialize(): void;
    static getCommands(): MCPCommand[];
    static getCommand(name: string): MCPCommand | undefined;
    static listCommandsByResource(resource: string): MCPCommand[];
    static getCommandMetadata(): any;
}
//# sourceMappingURL=mcp-commands.d.ts.map