import { Command } from "commander"; /** * Creates the `skaile connect` command. * * Opens an interactive WebSocket REPL connected to a running agent server. * Supports shorthand verbs (`tools`, `connectors`, `prompt `, etc.) * or raw JSON messages. Use `--cmd ` for non-interactive single-shot mode. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#connect */ export declare function makeConnectCommand(): Command; //# sourceMappingURL=connect.d.ts.map