/** * Beam & SSE CLI Commands * * beam: Launch Photon Beam interactive control panel * sse: Run Photon as HTTP server with SSE transport */ import type { Command } from 'commander'; /** * Register the sse command * * Run Photon as HTTP server with SSE transport (auto port detection) */ export declare function registerSSECommand(program: Command): void; /** * Register the beam command * * Launch Photon Beam - interactive control panel for all your photons */ export declare function registerBeamCommand(program: Command): void; //# sourceMappingURL=beam.d.ts.map