import { Command } from "commander"; /** * Creates the `skaile debug` command group. * * Connects to a running agent server via WebSocket and queries its internal * state. Subcommands: `tools`, `connectors`, `mcp`, `config`, `state [store]`. * Defaults to `ws://localhost:8080`. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#debug */ export declare function makeDebugCommand(): Command; //# sourceMappingURL=debug.d.ts.map