/** * Dev CLI Command - Unified Hot-Reloading UI Dev Server * * Runs the backend Beam server and frontend framework (Vite/Angular) * dev server concurrently with auto-negotiated proxy configuration. */ import { Command } from 'commander'; export declare function registerDevCommand(program: Command): void; //# sourceMappingURL=dev.d.ts.map