import { Command } from 'commander'; /** * Register dashboard command */ export declare function registerDashboardCommand(program: Command): void; //# sourceMappingURL=dashboard.d.ts.map