/** * Resource CLI Commands - 6 commands mapping to resource MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerResourceCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=resource-commands.d.ts.map