import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; /** Start the relay server. Exported for in-process integration tests. */ export declare function startRelayServer(port: number): { port: number; stop: () => void; }; export declare function registerRelayCommand(program: Command, emit: EmitContext): void; //# sourceMappingURL=relay.d.ts.map