/** * Test command - the simplified, config-driven MCP server testing command. * * All settings are read from bellwether.yaml (created by `bellwether init`). * The only optional argument is the server command, which can also be in config. */ import { Command } from 'commander'; export declare const testCommand: Command; //# sourceMappingURL=test.d.ts.map