import type { InstallerEventEmitter } from '../lib/events.js'; export interface DashboardOptions { emitter: InstallerEventEmitter; } export declare function startDashboard(options: DashboardOptions): Promise; export declare function stopDashboard(): Promise;