/** * Dashboard command: start the web UI + Gate proxy. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=dashboard.d.ts.map