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