/** * `scai mcp tools {list, schema}` — offline inspectors for the * registered tool surface. Both commands instantiate the same registry * `mcp serve` uses but without binding to a tenant, so the output is * deterministic and safe to run anywhere. */ import { Command } from "commander"; export declare const createMcpToolsCommand: () => Command;