import { Command } from "commander"; /** * Creates the `skaile serve` command. * * Starts a WebSocket agent server for platform integration, forwarding * incoming protocol messages to the configured driver. Supports * `--compile-test` to verify the binary build before a Docker deployment. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/serve#make-serve-command */ export declare function makeServeCommand(): Command; //# sourceMappingURL=serve.d.ts.map