/** * Dashboard CLI Command * @requirement FREE-TIER-003 - CLI Dashboard */ import { Command } from 'commander'; /** * Register dashboard command */ export declare function registerDashboardCommand(program: Command): void;